HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG
1.0.0 - ci-build

HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG, published by New Zealand Medicines Formulary LP. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzf/ and changes regularly. See the Directory of published versions

: patient-information-leaflet-example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-information-leaflet-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"patient-information-leaflet-example\"> </a><a name=\"hcpatient-information-leaflet-example\"> </a></p><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\">Resource DocumentReference &quot;patient-information-leaflet-example&quot; </p></div><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Patient Information Leaflet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-nzf-document-type.html\">Possible values for NZF Document Type</a>#PIL)</span></p><p><b>date</b>: Aug 4, 2021, 8:38:36 PM</p><p><b>author</b>: <a name=\"hcNewZealandFormulary\"> </a></p><blockquote><p/><p><a name=\"NewZealandFormulary\"> </a></p><p><a name=\"hcNewZealandFormulary\"> </a></p><p><b>name</b>: NewZealandFormulary</p></blockquote><p><b>description</b>: Acarbose</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>application/pdf</td><td>en-NZ</td><td><a href=\"http://www.mymedicines.nz/home/sheet/Acarbose?format=pdfA4&amp;inline=true\">http://www.mymedicines.nz/home/sheet/Acarbose?format=pdfA4&amp;inline=true</a></td><td>Acarbose</td></tr></table></blockquote><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>application/pdf</td><td>en-NZ</td><td><a href=\"http://www.mymedicines.nz/home/sheet/Acarbose?format=pdfA5&amp;inline=true\">http://www.mymedicines.nz/home/sheet/Acarbose?format=pdfA5&amp;inline=true</a></td><td>Acarbose</td></tr></table></blockquote><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>application/pdf</td><td>mi</td><td><a href=\"https://mymedicines.nz/TeReo/NZF/Acarbose.pdf\">https://mymedicines.nz/TeReo/NZF/Acarbose.pdf</a></td><td>Acarbose</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td>, </td><td><span><code>https://nzulm.org.nz/nzmt</code>/10306101000116100</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Organization #NewZealandFormulary</b><a name=\"NewZealandFormulary\"> </a><a name=\"hcNewZealandFormulary\"> </a></p><p><b>name</b>: NewZealandFormulary</p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "NewZealandFormulary" ] ;
fhir:name [ fhir:v "NewZealandFormulary" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nzf-document-type-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PIL" ] ;
fhir:display [ fhir:v "Patient Information Leaflet" ]     ] ) ;
fhir:text [ fhir:v "Patient Information Leaflet" ]
  ] ; # 
  fhir:date [ fhir:v "2021-08-05T08:38:36.8551119+12:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "#NewZealandFormulary" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "NewZealandFormulary" ]
  ] ) ; # 
  fhir:description [ fhir:v "Acarbose"] ; # 
  fhir:content ( [
fhir:attachment [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nzf-page-size"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nzf-page-size-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A4" ] ;
fhir:display [ fhir:v "A4" ]           ] ) ;
fhir:text [ fhir:v "A4" ]         ]       ] ) ;
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "en-NZ" ] ;
fhir:url [ fhir:v "http://www.mymedicines.nz/home/sheet/Acarbose?format=pdfA4&inline=true"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Acarbose" ]     ]
  ] [
fhir:attachment [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nzf-page-size"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nzf-page-size-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A5" ] ;
fhir:display [ fhir:v "A5" ]           ] ) ;
fhir:text [ fhir:v "A5" ]         ]       ] ) ;
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "en-NZ" ] ;
fhir:url [ fhir:v "http://www.mymedicines.nz/home/sheet/Acarbose?format=pdfA5&inline=true"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Acarbose" ]     ]
  ] [
fhir:attachment [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nzf-page-size"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nzf-page-size-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A4" ] ;
fhir:display [ fhir:v "A4" ]           ] ) ;
fhir:text [ fhir:v "A4" ]         ]       ] ) ;
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "mi" ] ;
fhir:url [ fhir:v "https://mymedicines.nz/TeReo/NZF/Acarbose.pdf"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Acarbose" ]     ]
  ] ) ; # 
  fhir:context [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nzf-pil-source"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "MyMedicine" ]       ]     ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nzf-pil-formulary"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "NZF" ]       ]     ] ) ;
    ( fhir:related [
fhir:identifier [
fhir:system [ fhir:v "https://nzulm.org.nz/nzmt"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10306101000116100" ]       ]     ] )
  ] . #