HL7 PT FHIR Implementation Guide: Community Health
1.0.1 - STU1
HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationStatement",
"id" : "c5d03567-a9e6-4a3b-b593-45f7a65a5cd8",
"meta" : {
"profile" : [
🔗 "https://hl7.pt/fhir/community-health/StructureDefinition/medication-statement-standard"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement c5d03567-a9e6-4a3b-b593-45f7a65a5cd8</b></p><a name=\"c5d03567-a9e6-4a3b-b593-45f7a65a5cd8\"> </a><a name=\"hcc5d03567-a9e6-4a3b-b593-45f7a65a5cd8\"> </a><a name=\"c5d03567-a9e6-4a3b-b593-45f7a65a5cd8-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:\">Fenofibrato Generis, Fenofibrato, 145mg</span></p><p><b>subject</b>: <a href=\"Patient-exemplo-patient-1.html\">John Doe Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>effective</b>: 2020-11-01 00:00:00+0000 --> (ongoing)</p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Code </p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Comprimido<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codePILL = 'Pill')</span></td></tr></table></blockquote></div>"
},
"status" : "active",
"medicationCodeableConcept" : {
"text" : "Fenofibrato Generis, Fenofibrato, 145mg"
},
"subject" : {
🔗 "reference" : "Patient/exemplo-patient-1"
},
"effectivePeriod" : {
"start" : "2020-11-01T00:00:00+00:00"
},
"dosage" : [
{
"timing" : {
"code" : {
"coding" : [
{
"system" : "https://ehr.testing.p5.pt/api/fhir/CodeSystem/medication-frequency",
"code" : "1-d",
"display" : "1/dia"
}
]
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "Comprimido",
"system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code" : "PILL"
}
}
]
}
]
}