Te Whatu Ora Shared Care FHIR API
0.3.9 - release
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
@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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2023-11-24T00:10:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/NzMedicationStatement"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/NzMedicationStatement> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement </b><a name=\"MedicationStatement-August\"> </a><a name=\"hcMedicationStatement-August\"> </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\">ResourceMedicationStatement "MedicationStatement-August" Version"2" Updated"2023-11-24 00:10:00+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://hl7.org.nz/fhir/StructureDefinition/NzMedicationStatement\">MedicationStatement resource for use in NZ</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-PlannedMedicationRequestExample.html\">MedicationRequest/PlannedMedicationRequestExample</a></p><p><b>partOf</b>: <a name=\"hccontained-Lignocaine-dose\"> </a></p><blockquote><p/><p><a name=\"contained-Lignocaine-dose\"> </a></p><p><a name=\"hccontained-Lignocaine-dose\"> </a></p><p><b>partOf</b>: <a href=\"MedicationStatement-MedicationStatement-August.html\">MedicationStatement/MedicationStatement-August</a></p><p><b>status</b>: completed</p><p><b>medication</b>: lidocaine hydrochloride anhydrous 1% (20 mg/2 mL) injection, ampoule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzmt.org.nz#10747581000116100)</span></p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><blockquote><p><b>dosage</b></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></blockquote><p><b>status</b>: completed</p><p><b>medication</b>: <a href=\"Medication-SecondaryProphylaxisMedicationExample.html\">Medication/SecondaryProphylaxisMedicationExample</a></p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><p><b>context</b>: <a href=\"Encounter-Encounter-SecondaryProphylaxisAppointment.html\">Encounter/Encounter-SecondaryProphylaxisAppointment</a></p><p><b>effective</b>: 2023-08-08 03:15:00+0000</p><p><b>dateAsserted</b>: 2023-08-18 03:15:00+0000</p><p><b>note</b>: Benzathine Brand used:**Bicillin L-A**</p><blockquote><p><b>dosage</b></p><p><b>site</b>: Structure of left ventrogluteal region (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#299151000210101)</span></p><p><b>route</b>: Intramuscular route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#78421000)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><hr/><blockquote><p><b>Generated Narrative: MedicationStatement #contained-Lignocaine-dose</b><a name=\"contained-Lignocaine-dose\"> </a><a name=\"hccontained-Lignocaine-dose\"> </a></p><p><b>partOf</b>: <a href=\"MedicationStatement-MedicationStatement-August.html\">MedicationStatement/MedicationStatement-August</a></p><p><b>status</b>: completed</p><p><b>medication</b>: lidocaine hydrochloride anhydrous 1% (20 mg/2 mL) injection, ampoule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzmt.org.nz#10747581000116100)</span></p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><blockquote><p><b>dosage</b></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:MedicationStatement ;
fhir:id [ fhir:v "contained-Lignocaine-dose" ] ;
( fhir:partOf [
fhir:reference [ fhir:v "MedicationStatement/MedicationStatement-August" ] ] ) ;
fhir:status [ fhir:v "completed" ] ;
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://nzmt.org.nz"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10747581000116100" ] ;
fhir:display [ fhir:v "lidocaine hydrochloride anhydrous 1% (20 mg/2 mL) injection, ampoule" ] ] ) ] ;
fhir:subject [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SCF7824" ] ] ;
fhir:display [ fhir:v "Madeleine Meringue" ] ] ;
( fhir:dosage [
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "0.25"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ml" ] ] ] ) ] )
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "MedicationRequest/PlannedMedicationRequestExample" ]
] ) ; #
fhir:partOf ( [
fhir:reference [ fhir:v "#contained-Lignocaine-dose" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/SecondaryProphylaxisMedicationExample" ]
] ; #
fhir:subject [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SCF7824" ] ] ;
fhir:display [ fhir:v "Madeleine Meringue" ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/Encounter-SecondaryProphylaxisAppointment" ]
] ; #
fhir:effective [ fhir:v "2023-08-08T03:15:00Z"^^xsd:dateTime] ; #
fhir:dateAsserted [ fhir:v "2023-08-18T03:15:00Z"^^xsd:dateTime] ; #
fhir:note ( [
fhir:text [ fhir:v "Benzathine Brand used:**Bicillin L-A**" ]
] ) ; #
fhir:dosage ( [
fhir:site [
( fhir:coding [
a sct:299151000210101 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "299151000210101" ] ;
fhir:display [ fhir:v "Structure of left ventrogluteal region (body structure)" ] ] ) ] ;
fhir:route [
( fhir:coding [
a sct:78421000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "78421000" ] ;
fhir:display [ fhir:v "Intramuscular route (qualifier value)" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "25"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ] ] )
] ) . #
IG © 2022+ Te Whatu Ora. Package tewhatuora.sharedcare#0.3.9 based on FHIR 4.0.1. Generated 2024-06-20
Links: Table of Contents |
QA Report