US Core Implementation Guide
5.0.1 - STU5 Release US

This page is part of the US Core (v5.0.1: STU5) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Uscore MO3 Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "uscore-mo3",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Uscore MO3 Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is a uscore mo3 example for the *Bundle Profile*."
      }
    ]
  },
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "http://test.fhir.org/r4/MedicationRequest?search-id=4085956e-63b8-402d-b181-325040fdb9&&_id=uscore%2Dmo3&_include=MedicationRequest%3Amedication&_sort=_id"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://test.fhir.org/r4/MedicationRequest/uscore-mo3",
      "resource" : {
        "resourceType" : "MedicationRequest",
        "id" : "uscore-mo3",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
          ]
        },
        "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 \"uscore-mo3\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: <a href=\"#Medication_uscore-med2\">See above (Medication/uscore-med2: Nizatidine 15 MG/ML Oral Solution [Axid])</a></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> \" SHAW\"</p><p><b>authoredOn</b>: 2008-04-05</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1: Ronald Bone, MD</a> \" BONE\"</p></div>"
        },
        "status" : "active",
        "intent" : "order",
        "medicationReference" : {
          "reference" : "Medication/uscore-med2",
          "display" : "Nizatidine 15 MG/ML Oral Solution [Axid]"
        },
        "subject" : {
          "reference" : "Patient/example",
          "display" : "Amy Shaw"
        },
        "authoredOn" : "2008-04-05",
        "requester" : {
          "reference" : "Practitioner/practitioner-1",
          "display" : "Ronald Bone, MD"
        }
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "http://test.fhir.org/r4/Medication/uscore-med2",
      "resource" : {
        "resourceType" : "Medication",
        "id" : "uscore-med2",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2016-11-29T19:45:46Z",
          "profile" : [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"
          ]
        },
        "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 \"uscore-med2\" Version \"1\" Updated \"2016-11-29 07:45:46+0000\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-medication.html\">US Core Medication Profile</a></p></div><p><b>code</b>: Nizatidine 15 MG/ML Oral Solution [Axid] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#582620)</span></p></div>"
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code" : "582620",
              "display" : "Nizatidine 15 MG/ML Oral Solution [Axid]"
            }
          ],
          "text" : "Nizatidine 15 MG/ML Oral Solution [Axid]"
        }
      },
      "search" : {
        "mode" : "include"
      }
    }
  ]
}