International Patient Access
0.1.0 - STU 1 ballot

This page is part of the International Patient Access (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: IPA Medication Statement example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "MedStatementExample1",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "MedicationStatement Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is a MedicationStatement example for the *IPA MedicationStatement Profile*."
      }
    ],
    "profile" : [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationstatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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\">Resource \"MedStatementExample1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ipa-medicationstatement.html\">IPA-MedicationStatement</a></p></div><p><b>identifier</b>: id: 5131734 (USUAL)</p><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"Medication-MedExample1.html\">Medication/MedExample1: Percocet</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Patient/PatientExample1: Lufhir, Meiko</a> \" LUFHIR\"</p><p><b>effective</b>: 2017-04-26T22:00:00Z --&gt; (ongoing)</p><p><b>informationSource</b>: <a href=\"Practitioner-PractitionerExample1.html\">Practitioner/PractitionerExample1: Seeger, Marty</a> \" SEEGER\"</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:1.2.840.114350.1.13.861.1.7.2.798268",
      "value" : "5131734"
    }
  ],
  "status" : "active",
  "medicationReference" : {
    "reference" : "Medication/MedExample1",
    "display" : "Percocet"
  },
  "subject" : {
    "reference" : "Patient/PatientExample1",
    "display" : "Lufhir, Meiko"
  },
  "effectivePeriod" : {
    "start" : "2017-04-26T22:00:00Z"
  },
  "informationSource" : {
    "reference" : "Practitioner/PractitionerExample1",
    "display" : "Seeger, Marty"
  },
  "dosage" : [
    {
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2017-04-26T22:00:00Z"
          },
          "timeOfDay" : [
            "12:00:00",
            "18:00:00"
          ]
        }
      },
      "asNeededBoolean" : false,
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "260548002",
            "display" : "Oral"
          }
        ],
        "text" : "Oral"
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "Ordered"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1,
            "unit" : "mL",
            "system" : "http://unitsofmeasure.org",
            "code" : "mL"
          }
        }
      ]
    }
  ]
}