International Birth And Child Model Implementation Guide
1.0.0 - STU 1 International flag

International Birth And Child Model Implementation Guide, published by HL7 International / Patient Care. 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/fetal_records/ and changes regularly. See the Directory of published versions

: UC1 Bundle - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "usecase1-bundle",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "http://www.example.org/fhir/Patient/uc1-mother",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "uc1-mother",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_uc1-mother\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient uc1-mother</b></p><a name=\"uc1-mother\"> </a><a name=\"hcuc1-mother\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"RelatedPerson-uc1-mother-relatedperson.html\">RelatedPerson: relationship = Mother</a></li></ul></td></tr></table></div>"
        },
        "identifier" : [
          {
            "system" : "http://www.acme.com/identifiers/patient",
            "value" : "123456"
          }
        ],
        "gender" : "female",
        "birthDate" : "1990-03-06",
        "link" : [
          {
            "other" : {
              🔗 "reference" : "RelatedPerson/uc1-mother-relatedperson"
            },
            "type" : "seealso"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Patient/uc1-fetus",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "uc1-fetus",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/ibcm/StructureDefinition/ibcm-fetal-record"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_uc1-fetus\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient uc1-fetus</b></p><a name=\"uc1-fetus\"> </a><a name=\"hcuc1-fetus\"> </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\">Profile: <a href=\"StructureDefinition-ibcm-fetal-record.html\">IBCM Fetal Record Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"The fetal status of the subject when still in utero. This extension would not apply to Patients that have a birthDate.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-fetalStatus.html\">Patient Fetal Status</a></td><td colspan=\"3\">potential-for-live-birth</td></tr></table></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/patient-fetalStatus",
            "valueCode" : "potential-for-live-birth"
          }
        ],
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "PI"
                }
              ]
            },
            "system" : "http://example.com/identifiers/fetus",
            "value" : "A"
          }
        ],
        "gender" : "female"
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/RelatedPerson/uc1-mother-relatedperson",
      "resource" : {
        "resourceType" : "RelatedPerson",
        "id" : "uc1-mother-relatedperson",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_uc1-mother-relatedperson\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson uc1-mother-relatedperson</b></p><a name=\"uc1-mother-relatedperson\"> </a><a name=\"hcuc1-mother-relatedperson\"> </a><p><b>patient</b>: <a href=\"Patient-uc1-fetus.html\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">Mother</span></p></div>"
        },
        "patient" : {
          🔗 "reference" : "Patient/uc1-fetus"
        },
        "relationship" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code" : "MTH",
                "display" : "Mother"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Practitioner/uc1-practitioner",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "uc1-practitioner",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_uc1-practitioner\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner uc1-practitioner</b></p><a name=\"uc1-practitioner\"> </a><a name=\"hcuc1-practitioner\"> </a><p><b>name</b>: Dr. Hunt</p></div>"
        },
        "name" : [
          {
            "text" : "Dr. Hunt"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Condition/uc1-pregnancy",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "uc1-pregnancy",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_uc1-pregnancy\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition uc1-pregnancy</b></p><a name=\"uc1-pregnancy\"> </a><a name=\"hcuc1-pregnancy\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 364320009}\">Pregnancy observable (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-uc1-mother.html\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</a></p></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active"
            }
          ]
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "364320009",
              "display" : "Pregnancy observable (observable entity)"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/uc1-mother"
        }
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Observation/uc1-gestation21",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "uc1-gestation21",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_uc1-gestation21\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation uc1-gestation21</b></p><a name=\"uc1-gestation21\"> </a><a name=\"hcuc1-gestation21\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 57036006}\">Fetal gestational age (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-uc1-mother.html\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</a></p><p><b>focus</b>: <a href=\"Condition-uc1-pregnancy.html\">Condition Pregnancy observable (observable entity)</a></p><p><b>effective</b>: 2024-03-22</p><p><b>performer</b>: <a href=\"Practitioner-uc1-practitioner.html\">Practitioner Dr. Hunt</a></p><p><b>value</b>: 21.43 wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codewk = 'wk')</span></p></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "vital-signs",
                "display" : "Vital Signs"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "57036006",
              "display" : "Fetal gestational age (observable entity)"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/uc1-mother"
        },
        "focus" : [
          {
            🔗 "reference" : "Condition/uc1-pregnancy"
          }
        ],
        "effectiveDateTime" : "2024-03-22",
        "performer" : [
          {
            🔗 "reference" : "Practitioner/uc1-practitioner"
          }
        ],
        "valueQuantity" : {
          "value" : 21.43,
          "unit" : "wk",
          "system" : "http://unitsofmeasure.org",
          "code" : "wk"
        }
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Observation/uc1-gestation37",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "uc1-gestation37",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_uc1-gestation37\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation uc1-gestation37</b></p><a name=\"uc1-gestation37\"> </a><a name=\"hcuc1-gestation37\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 57036006}\">Fetal gestational age (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-uc1-mother.html\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</a></p><p><b>focus</b>: <a href=\"Condition-uc1-pregnancy.html\">Condition Pregnancy observable (observable entity)</a></p><p><b>effective</b>: 2024-07-14</p><p><b>performer</b>: <a href=\"Practitioner-uc1-practitioner.html\">Practitioner Dr. Hunt</a></p><p><b>value</b>: 37.71 wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codewk = 'wk')</span></p></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "vital-signs",
                "display" : "Vital Signs"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "57036006",
              "display" : "Fetal gestational age (observable entity)"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/uc1-mother"
        },
        "focus" : [
          {
            🔗 "reference" : "Condition/uc1-pregnancy"
          }
        ],
        "effectiveDateTime" : "2024-07-14",
        "performer" : [
          {
            🔗 "reference" : "Practitioner/uc1-practitioner"
          }
        ],
        "valueQuantity" : {
          "value" : 37.71,
          "unit" : "wk",
          "system" : "http://unitsofmeasure.org",
          "code" : "wk"
        }
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Observation/uc1-estimatedfetalbodyweight",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "uc1-estimatedfetalbodyweight",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_uc1-estimatedfetalbodyweight\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation uc1-estimatedfetalbodyweight</b></p><a name=\"uc1-estimatedfetalbodyweight\"> </a><a name=\"hcuc1-estimatedfetalbodyweight\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 89087-1}\">Fetal Body weight Estimated</span></p><p><b>subject</b>: <a href=\"Patient-uc1-fetus.html\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</a></p><p><b>effective</b>: 2024-03-22</p><p><b>performer</b>: <a href=\"Practitioner-uc1-practitioner.html\">Practitioner Dr. Hunt</a></p><p><b>value</b>: 2960 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></p></div>"
        },
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "vital-signs",
                "display" : "Vital Signs"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "89087-1",
              "display" : "Fetal Body weight Estimated"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/uc1-fetus"
        },
        "effectiveDateTime" : "2024-03-22",
        "performer" : [
          {
            🔗 "reference" : "Practitioner/uc1-practitioner"
          }
        ],
        "valueQuantity" : {
          "value" : 2960,
          "unit" : "g",
          "system" : "http://unitsofmeasure.org",
          "code" : "g"
        }
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Condition/uc1-399216004",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "uc1-399216004",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_uc1-399216004\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition uc1-399216004</b></p><a name=\"uc1-399216004\"> </a><a name=\"hcuc1-399216004\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}, {http://snomed.info/sct 414025005}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 399216004}\">D - transposition of the great vessels</span></p><p><b>subject</b>: <a href=\"Patient-uc1-fetus.html\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DiagnosticReport-uc1-ultrasoundreport.html\">Diagnostic Report for 'Ultrasound scan for fetal growth (procedure)' for '-&gt;Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)'</a></td></tr></table></div>"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "problem-list-item",
                "display" : "Problem List Item"
              },
              {
                "system" : "http://snomed.info/sct",
                "code" : "414025005",
                "display" : "Disorder of fetus and/or newborn (disorder)"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "399216004",
              "display" : "D - transposition of the great vessels"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/uc1-fetus"
        },
        "evidence" : [
          {
            "reference" : {
              🔗 "reference" : "DiagnosticReport/uc1-ultrasoundreport"
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/DiagnosticReport/uc1-ultrasoundreport",
      "resource" : {
        "resourceType" : "DiagnosticReport",
        "id" : "uc1-ultrasoundreport",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_uc1-ultrasoundreport\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport uc1-ultrasoundreport</b></p><a name=\"uc1-ultrasoundreport\"> </a><a name=\"hcuc1-ultrasoundreport\"> </a><h2><span title=\"Codes:{http://snomed.info/sct 241493005}\">Ultrasound scan for fetal growth (procedure)</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-uc1-estimatedfetalbodyweight.html\"><span title=\"Codes:{http://loinc.org 89087-1}\">Fetal Body weight Estimated</span></a></td><td>2960 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></td><td>Final</td><td>2024-03-22</td></tr></table></div>"
        },
        "status" : "final",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "241493005",
              "display" : "Ultrasound scan for fetal growth (procedure)"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/uc1-mother"
        },
        "result" : [
          {
            🔗 "reference" : "Observation/uc1-estimatedfetalbodyweight"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Procedure/uc1-ultrasoundscan",
      "resource" : {
        "resourceType" : "Procedure",
        "id" : "uc1-ultrasoundscan",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_uc1-ultrasoundscan\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure uc1-ultrasoundscan</b></p><a name=\"uc1-ultrasoundscan\"> </a><a name=\"hcuc1-ultrasoundscan\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 241493005}\">Ultrasound scan for fetal growth (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-uc1-mother.html\">Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)</a></p><p><b>report</b>: <a href=\"DiagnosticReport-uc1-ultrasoundreport.html\">Diagnostic Report for 'Ultrasound scan for fetal growth (procedure)' for '-&gt;Anonymous Patient Female, DoB: 1990-03-06 ( http://www.acme.com/identifiers/patient#123456)'</a></p><p><b>supportingInfo</b>: <a href=\"Observation-uc1-gestation37.html\">Observation Fetal gestational age (observable entity)</a></p></div>"
        },
        "status" : "completed",
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "241493005",
              "display" : "Ultrasound scan for fetal growth (procedure)"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/uc1-mother"
        },
        "report" : [
          {
            🔗 "reference" : "DiagnosticReport/uc1-ultrasoundreport"
          }
        ],
        "supportingInfo" : [
          {
            🔗 "reference" : "Observation/uc1-gestation37"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/MedicationRequest/uc1-medicationrequest",
      "resource" : {
        "resourceType" : "MedicationRequest",
        "id" : "uc1-medicationrequest",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_uc1-medicationrequest\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest uc1-medicationrequest</b></p><a name=\"uc1-medicationrequest\"> </a><a name=\"hcuc1-medicationrequest\"> </a><p><b>identifier</b>: <code>http://www.example.org/prescriptions</code>/12345689\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location inpatient}\">Inpatient</span></p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-uc1-medication.html\">Medication Prostaglandin group E</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-uc1-fetus.html\">Anonymous Patient Female, DoB Unknown ( Patient internal identifier)</a></p><p><b>supportingInformation</b>: </p><ul><li><a href=\"Observation-uc1-estimatedfetalbodyweight.html\">Observation Fetal Body weight Estimated</a></li><li><a href=\"Observation-uc1-estimatedfetalbodyweight.html\">Observation Fetal Body weight Estimated</a></li></ul><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-uc1-399216004.html\">Condition D - transposition of the great vessels</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Administration just after birth following umbilical line placement</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: based on a dosing weight of 3kg</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 58100008}\">Intra-arterial route</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 386482009}\">Umbilical line tube care</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>0.01 mg/kg/min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/kg/min = 'mg/kg/min')</span></td></tr></table></blockquote></div>"
        },
        "identifier" : [
          {
            "use" : "official",
            "system" : "http://www.example.org/prescriptions",
            "value" : "12345689"
          }
        ],
        "status" : "active",
        "intent" : "order",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location",
                "code" : "inpatient",
                "display" : "Inpatient"
              }
            ]
          }
        ],
        "medication" : {
          "reference" : {
            🔗 "reference" : "Medication/uc1-medication"
          }
        },
        "subject" : {
          🔗 "reference" : "Patient/uc1-fetus"
        },
        "supportingInformation" : [
          {
            🔗 "reference" : "Observation/uc1-estimatedfetalbodyweight"
          },
          {
            🔗 "reference" : "Observation/uc1-estimatedfetalbodyweight"
          }
        ],
        "reason" : [
          {
            "reference" : {
              🔗 "reference" : "Condition/uc1-399216004"
            }
          }
        ],
        "note" : [
          {
            "text" : "Administration just after birth following umbilical line placement"
          }
        ],
        "dosageInstruction" : [
          {
            "text" : "based on a dosing weight of 3kg",
            "route" : {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "code" : "58100008",
                  "display" : "Intra-arterial route"
                }
              ]
            },
            "method" : {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "code" : "386482009",
                  "display" : "Umbilical line tube care"
                }
              ]
            },
            "doseAndRate" : [
              {
                "rateQuantity" : {
                  "value" : 0.01,
                  "system" : "http://unitsofmeasure.org",
                  "code" : "mg/kg/min"
                }
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://www.example.org/fhir/Medication/uc1-medication",
      "resource" : {
        "resourceType" : "Medication",
        "id" : "uc1-medication",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_uc1-medication\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication uc1-medication</b></p><a name=\"uc1-medication\"> </a><a name=\"hcuc1-medication\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 418517007}\">Prostaglandin group E</span></p><p><b>status</b>: Active</p></div>"
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "418517007",
              "display" : "Prostaglandin group E"
            }
          ]
        },
        "status" : "active"
      }
    }
  ]
}