Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedtechDocumentReferenceConsultNotesExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DocumentReference/adad1278c15c7f643bc197d4e4aaa385> a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "adad1278c15c7f643bc197d4e4aaa385"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.medtechglobal.com/StructureDefinition/medtech-documentreference-ips" ;
       fhir:index 0 ;
       fhir:link <https://fhir.medtechglobal.com/StructureDefinition/medtech-documentreference-ips>
     ] ;
     fhir:Meta.security [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-Confidentiality" ] ;
       fhir:Coding.code [ fhir:value "U" ] ;
       fhir:Coding.display [ fhir:value "unrestricted" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference adad1278c15c7f643bc197d4e4aaa385</b></p><a name=\"adad1278c15c7f643bc197d4e4aaa385\"> </a><a name=\"hcadad1278c15c7f643bc197d4e4aaa385\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medtech-documentreference-ips.html\">Medtech DocumentReference profile</a></p><p style=\"margin-bottom: 0px\">Security Label: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-Confidentiality.html\">unrestricted (Details: Confidentiality code U = 'unrestricted')</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11488-4}\">Consult Note</span></p><p><b>subject</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b\">PATIENT ABNORMAL (official) Male, DoB: 1958-09-10 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ZZZ0032 (use: official, ))</a></p><p><b>author</b>: <a href=\"Bundle-MedtechIpsBundleExample.html#https-//alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Practitioner Alex Api (official)</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td></tr><tr><td style=\"display: none\">*</td><td/></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-02-26 22:35:39+1300 --&gt; (ongoing)</td></tr></table></div>"
  ] ;
  fhir:DocumentReference.status [ fhir:value "current"] ;
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11488-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11488-4" ] ;
       fhir:Coding.display [ fhir:value "Consult Note" ]
     ]
  ] ;
  fhir:DocumentReference.subject [
     fhir:link <https://alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b> ;
     fhir:Reference.reference [ fhir:value "https://alexapidev.medtechglobal.com/fhir/Patient/e92d8ded1459f2d6c5096282382ca67b" ]
  ] ;
  fhir:DocumentReference.author [
     fhir:index 0 ;
     fhir:link <https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91> ;
     fhir:Reference.reference [ fhir:value "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ]
  ] ;
  fhir:DocumentReference.content [
     fhir:index 0 ;
     fhir:DocumentReference.content.attachment [
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] ;
         fhir:Extension.valueCode [ fhir:value "unknown" ]
       ]
     ]
  ] ;
  fhir:DocumentReference.context [
     fhir:DocumentReference.context.period [
       fhir:Period.start [ fhir:value "2022-02-26T22:35:39.000+13:00"^^xsd:dateTime ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DocumentReference/adad1278c15c7f643bc197d4e4aaa385.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DocumentReference/adad1278c15c7f643bc197d4e4aaa385.ttl> .