SMART PH4H, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-ph4h/tree/main and changes regularly. See the Directory of published versions
: Example Medication-2 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "8adc0999-9468-4ac9-9557-680fa133d625"] ; #
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: Medication 8adc0999-9468-4ac9-9557-680fa133d625</b></p><a name=\"8adc0999-9468-4ac9-9557-680fa133d625\"> </a><a name=\"hc8adc0999-9468-4ac9-9557-680fa133d625\"> </a><a name=\"8adc0999-9468-4ac9-9557-680fa133d625-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 412588001}, {http://www.whocc.no/atc G02CX04}\">Black Cohosh Extract herbal supplement</span></p></div>"
] ; #
fhir:code [
( fhir:coding [
a sct:412588001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "412588001" ] ;
fhir:display [
fhir:v "Cimicifuga racemosa extract (substance)" ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "nl-NL" ] ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Zwarte Cohosh Extract" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ] [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "G02CX04" ] ;
fhir:display [ fhir:v "Cimicifugae rhizoma" ] ] ) ;
fhir:text [ fhir:v "Black Cohosh Extract herbal supplement" ]
] . #