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 class=\"res-header-id\"><b>Generated Narrative: DocumentReference medsafe-datasheet-document-reference-example</b></p><a name=\"medsafe-datasheet-document-reference-example\"> </a><a name=\"hcmedsafe-datasheet-document-reference-example\"> </a><a name=\"medsafe-datasheet-document-reference-example-en-US\"> </a><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>: <span title=\"Codes:{https://standards.digital.health.nz/ns/nzf-document-type Datasheet}\">Medsafe Datasheet</span></p><p><b>date</b>: 2021-07-21 13:03:03+1200</p><p><b>author</b>: <a href=\"#hcmedsafe-datasheet-document-reference-example/Medsafe\">Medsafe</a></p><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>Identifier: <code>https://standards.digital.health.nz/ns/nzmt-code</code>/50000121000117103</td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #Medsafe</b></p><a name=\"medsafe-datasheet-document-reference-example/Medsafe\"> </a><a name=\"hcmedsafe-datasheet-document-reference-example/Medsafe\"> </a><a name=\"medsafe-datasheet-document-reference-example/Medsafe-en-US\"> </a><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" ] ] ] )
] . #