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

: medsafe-datasheet-document-reference-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 "medsafe-datasheet-document-reference-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=\"medsafe-datasheet-document-reference-example\"> </a><a name=\"hcmedsafe-datasheet-document-reference-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;medsafe-datasheet-document-reference-example&quot; </p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/nzmt-type</code>/50000121000117103</p><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Medsafe Datasheet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzf-document-type#Datasheet)</span></p><p><b>date</b>: Jul 21, 2021, 1:03:03 AM</p><p><b>author</b>: <a name=\"hcMedsafe\"> </a></p><blockquote><p/><p><a name=\"Medsafe\"> </a></p><p><a name=\"hcMedsafe\"> </a></p><p><b>name</b>: Medsafe</p></blockquote><p><b>description</b>: Datasheet for 50000121000117103</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://www.medsafe.govt.nz/profs/datasheet/r/Risperdaltabquickletssol.pdf\">https://www.medsafe.govt.nz/profs/datasheet/r/Risperdaltabquickletssol.pdf</a></td><td>Datasheet for 50000121000117103</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><span><code>https://standards.digital.health.nz/ns/nzmt-code</code>/50000121000117103</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Organization #Medsafe</b><a name=\"Medsafe\"> </a><a name=\"hcMedsafe\"> </a></p><p><b>name</b>: Medsafe</p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "Medsafe" ] ;
fhir:name [ fhir:v "Medsafe" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nzmt-type"^^xsd:anyURI ] ;
fhir:value [ fhir:v "50000121000117103" ]
  ] ) ; # 
  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"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Datasheet" ] ;
fhir:display [ fhir:v "Medsafe Datasheet" ]     ] ) ;
fhir:text [ fhir:v "Medsafe Datasheet" ]
  ] ; # 
  fhir:date [ fhir:v "2021-07-21T13:03:03.0597357+12:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "#Medsafe" ] ;
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Medsafe" ]
  ] ) ; # 
  fhir:description [ fhir:v "Datasheet for 50000121000117103"] ; # 
  fhir:content ( [
fhir:attachment [
fhir:url [ fhir:v "https://www.medsafe.govt.nz/profs/datasheet/r/Risperdaltabquickletssol.pdf"^^xsd:anyURI ] ;
fhir:title [ fhir:v "Datasheet for 50000121000117103" ]     ]
  ] ) ; # 
  fhir:context [
    ( fhir:related [
fhir:identifier [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nzmt-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "50000121000117103" ]       ]     ] )
  ] . #