{
  "resourceType": "Bundle",
  "type": "transaction",
  "entry": [ {
    "fullUrl": "urn:uuid:3bc44de3-069d-442d-829b-f3ef68cae371",
    "resource": {
      "resourceType": "Patient",
      "name": [
        {
          "text": "John Smith",
          "family": "Smith",
          "given": ["John"]
        }
      ],
      "meta": {
        "profile": [
          "https://ny.sepsis.ipro.org/fhir/StructureDefinition/patient-validation"
        ]
      },
      "text": {
        "status": "generated",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">John Smith</div>"
      },
      "gender": "male",
      "birthDate": "1990-05-01"
    },
    "request": {
      "method": "POST",
      "url": "Patient"
    }
  }, {
    "fullUrl": "urn:uuid:1c6e3b4e-8e2f-4d2b-9a1a-2f3b4c5d6e7f",
    "resource": {
      "resourceType": "Observation",
      "meta": {
        "profile": [
          "https://ny.sepsis.ipro.org/fhir/StructureDefinition/observation-validation"
        ]
      },
      "status": "final",
      "subject": {
        "reference": "urn:uuid:3bc44de3-069d-442d-829b-f3ef68cae371"
      },
      "effectiveDateTime" : "2012-09-17T08:00:00-04:00",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "85354-9",
            "display": "Blood pressure panel with all children optional"
          }
        ]
      },
      "component": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "8480-6",
                "display": "Systolic blood pressure"
              }
            ]
          },
          "valueQuantity": {
            "value": 120,
            "unit": "mmHg",
            "system": "http://unitsofmeasure.org",
            "code": "mm[Hg]"
          }
        },
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "8462-4",
                "display": "Diastolic blood pressure"
              }
            ]
          },
          "valueQuantity": {
            "value": 80,
            "unit": "mmHg",
            "system": "http://unitsofmeasure.org",
            "code": "mm[Hg]"
          }
        }
      ]
    },
    
    "request": {
      "method": "POST",
      "url": "Observation"
    }
  } ,
  {
    "fullUrl": "urn:uuid:2e4b6c8d-9f0a-4b1c-8d7e-9f0a1b2c3d4e",
    "resource": {
      "resourceType": "Encounter",
      "id": "2e4b6c8d-9f0a-4b1c-8d7e-9f0a1b2c3d4e",
      "meta": {
        "profile": [
          "https://ny.sepsis.ipro.org/fhir/StructureDefinition/encounter-validation"
        ]
      },
      "status": "in-progress",
      "class": {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "IMP",
        "display": "inpatient encounter"
      },
      "subject": {
        "reference": "urn:uuid:3bc44de3-069d-442d-829b-f3ef68cae371"
      },
      "period": {
        "start": "2025-05-12T08:00:00-04:00"
      }
    },
    "request": {
      "method": "POST",
      "url": "Encounter"
    }
  } ]
}
