Guidance for FHIR IG Creation
0.1.0 - CI Build
Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. 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/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationStatement",
"id" : "76098c6c-ac68-4db1-a80c-5f905cb6d581",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 76098c6c-ac68-4db1-a80c-5f905cb6d581</b></p><p><b>status</b>: Recorded</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 11289}\">warfarin</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-689272.html\">Sue Brown Female, DoB: 1972-06-05 ( http://acme.org/identifiers/Patient#689272)</a></p><p><b>encounter</b>: <a href=\"Encounter/978df57d-698c-444e-a89b-5eeb54f618ed\">Encounter/978df57d-698c-444e-a89b-5eeb54f618ed</a></p><p><b>dateAsserted</b>: 2024-04-14</p><h3>Adherences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/CodeSystem/medication-statement-adherence not-taking}\">Not Taking</span></td></tr></table></div>"
},
"status" : "recorded",
"medication" : {
"concept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "11289"
}
]
}
},
"subject" : {
🔗 "reference" : "Patient/689272"
},
"encounter" : {
"reference" : "Encounter/978df57d-698c-444e-a89b-5eeb54f618ed"
},
"dateAsserted" : "2024-04-14",
"adherence" : {
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/CodeSystem/medication-statement-adherence",
"code" : "not-taking"
}
]
}
}
}