HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1
HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. 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/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationAdministration",
"id" : "MedicationAdministration_ID_example",
"meta" : {
"source" : "Airdoc"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration MedicationAdministration_ID_example</b></p><a name=\"MedicationAdministration_ID_example\"> </a><a name=\"hcMedicationAdministration_ID_example\"> </a><a name=\"MedicationAdministration_ID_example-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Information Source: Airdoc</p></div><p><b>status</b>: not done</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-admin-category community}\">community</span></p><p><b>medication</b>: <a href=\"Medication-Medication_ID_example.html\">Medication Fluticasone Propionate inhaler nnn</a></p><p><b>subject</b>: <a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></p><p><b>supportingInformation</b>: <a href=\"MedicationStatement-MedicationStatement_ID_example.html\">MedicationStatement: status = active; medication[x] = ->Medication Fluticasone Propionate inhaler nnn; dateAsserted = 2021-12-14 11:13:39+0000; note = NOTE</a></p><p><b>effective</b>: 2021-12-14 09:00:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/reason-medication-given b}\">Given as Ordered</span></p></div>"
},
"status" : "not done",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medication-admin-category",
"code" : "community",
"display" : "community"
}
]
},
"medicationReference" : {
🔗 "reference" : "Medication/Medication_ID_example"
},
"subject" : {
"reference" : "Patient/patient_ID_example"
},
"supportingInformation" : [
{
🔗 "reference" : "MedicationStatement/MedicationStatement_ID_example"
}
],
"effectiveDateTime" : "2021-12-14T09:00:00.000Z",
"performer" : [
{
"actor" : {
"reference" : "Patient/patient_ID_example"
}
}
],
"reasonCode" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/reason-medication-given",
"code" : "b",
"display" : "Given as Ordered"
}
]
}
]
}