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

FHIR IG analytics

Packagehl7.fhir.uv.shc-vaccination
Resource TypeBundle
IdBundle-example-bundle-lab-test-results-covid-2.json
FHIR VersionR4

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": "example-bundle-lab-test-results-covid-2",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "resource:0",
      "resource": {
        "resourceType": "Patient",
        "name": [
          {
            "family": "Anyperson",
            "given": [
              "James",
              "T."
            ]
          }
        ],
        "birthDate": "1951-01-20"
      }
    },
    {
      "fullUrl": "resource:1",
      "resource": {
        "resourceType": "Observation",
        "meta": {
          "security": [
            {
              "system": "https://smarthealth.cards/ial",
              "code": "IAL2"
            }
          ]
        },
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "94558-4"
            }
          ]
        },
        "subject": {
          "reference": "resource:0"
        },
        "effectiveDateTime": "2021-02-17",
        "performer": [
          {
            "display": "ABC General Hospital"
          }
        ],
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "260373001"
            }
          ]
        }
      }
    }
  ]
}