Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: SecondaryProphylaxisMedicationExample - 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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-10-06T08:00:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Medication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Medication> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication </b><a name=\"SecondaryProphylaxisMedicationExample\"> </a><a name=\"hcSecondaryProphylaxisMedicationExample\"> </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\">ResourceMedication "SecondaryProphylaxisMedicationExample" Version"1" Updated"2023-10-06 08:00:00+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/medication.html\">Medication</a></p></div><p><b>code</b>: Bicillin L-A <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzmt.org.nz#43924201000116108)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>benzathine penicillin (as benzathine benzylpenicillin tetrahydrate) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzmt.org.nz#10134211000116105)</span></td></tr></table></div>"
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://nzmt.org.nz"^^xsd:anyURI ] ;
fhir:code [ fhir:v "43924201000116108" ] ;
fhir:display [ fhir:v "Bicillin L-A" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://nzmt.org.nz"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10134211000116105" ] ;
fhir:display [ fhir:v "benzathine penicillin (as benzathine benzylpenicillin tetrahydrate)" ] ] ) ]
] ) . #