FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.smp.r4b
Resource TypeBundle
IdBundle-smp-bundle-tx-1.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "smp-bundle-tx-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction"
    ]
  },
  "type": "transaction",
  "entry": [
    {
      "fullUrl": "urn:uuid:9ce2a97b-5cab-4986-814f-4734016e6084",
      "resource": {
        "resourceType": "List",
        "id": "smp-medlist-1",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A hospital medication administration list for a patient</div>"
        },
        "status": "current",
        "mode": "working",
        "title": "Hospital Medication Administration List",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "104207-6"
            }
          ]
        },
        "subject": {
          "reference": "Patient/example",
          "display": "US Core Example Patient"
        },
        "date": "2024-07-01",
        "source": {
          "reference": "Practitioner/practitioner-1"
        },
        "entry": [
          {
            "date": "2024-07-01",
            "item": {
              "reference": "urn:uuid:4359ae5b-2b6d-43e1-83b0-2369a6f82177"
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "List"
      }
    },
    {
      "fullUrl": "urn:uuid:4359ae5b-2b6d-43e1-83b0-2369a6f82177",
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "smp-medstmt-bundle-1",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A statement of an individual medication the patient is receiving</div>"
        },
        "status": "active",
        "medicationCodeableConcept": {
          "coding": [
            {
              "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code": "428759",
              "display": "metformin 250 MG Oral Tablet"
            }
          ]
        },
        "subject": {
          "reference": "Patient/example",
          "display": "US Core Example Patient"
        },
        "effectiveDateTime": "2024-06-01",
        "dateAsserted": "2024-07-01",
        "reasonCode": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "359642000",
                "display": "Diabetes mellitus type 2 in nonobese (disorder)"
              }
            ]
          }
        ],
        "dosage": [
          {
            "sequence": 1,
            "text": "po daily"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "MedicationStatement"
      }
    }
  ]
}