HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

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

: MedicationStatement_ID_example - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "MedicationStatement_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: MedicationStatement MedicationStatement_ID_example</b></p><a name=\"MedicationStatement_ID_example\"> </a><a name=\"hcMedicationStatement_ID_example\"> </a><a name=\"MedicationStatement_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>: Active</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>dateAsserted</b>: 2021-12-14 11:13:39+0000</p><p><b>informationSource</b>: <a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></p><p><b>note</b>: NOTE</p><blockquote><p><b>dosage</b></p></blockquote></div>"
  },
  "status" : "active",
  "medicationReference" : {
    🔗 "reference" : "Medication/Medication_ID_example"
  },
  "subject" : {
    "reference" : "Patient/patient_ID_example"
  },
  "dateAsserted" : "2021-12-14T11:13:39.013Z",
  "informationSource" : {
    "reference" : "Patient/patient_ID_example"
  },
  "note" : [
    {
      "text" : "NOTE"
    }
  ],
  "dosage" : [
    {
      "sequence" : 1,
      "asNeededBoolean" : true,
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "260548002",
            "display" : "Oral"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "ordered"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1,
            "unit" : "tab",
            "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code" : "tab"
          }
        }
      ]
    }
  ]
}