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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeBundle
IdBundle-ADT-CDR.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": "Bundle-ADT-CDR",
  "type": "searchset",
  "total": 1,
  "entry": [
    {
      "resource": {
        "resourceType": "Encounter",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/Encounter_ADT_Eng"
          ]
        },
        "id": "HC40-ADT.encounter-adt-cdr",
        "identifier": [
          {
            "system": "http://hc40-adt.eng.it/identifier",
            "value": "20230000015"
          }
        ],
        "status": "in-progress",
        "class": {
          "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
          "code": "IMP",
          "display": "inpatient encounter"
        },
        "subject": {
          "reference": "Patient/AREAS.103"
        },
        "period": {
          "start": "2023-02-01T12:33:30+01:00"
        },
        "hospitalization": {
          "extension": [
            {
              "url": "http://cct.eng.it/FHIR/schema/encounter-modAcc",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://cct.eng.it/FHIR/schema/encounter-modAccCode",
                    "code": "Q5",
                    "display": "ALTRO"
                  }
                ]
              }
            }
          ]
        },
        "location": [
          {
            "location": {
              "reference": "Location/AREAS.wa-MA0811",
              "display": "CARDIOLOGIA"
            },
            "physicalType": {
              "coding": [
                {
                  "system": "http://cct.eng.it/FHIR/schema/location-type",
                  "code": "wa",
                  "display": "REPARTO"
                }
              ]
            }
          },
          {
            "location": {
              "reference": "Location/AREAS.wa-MA0999",
              "display": "MEDICINA GENERALE"
            },
            "physicalType": {
              "coding": [
                {
                  "system": "http://cct.eng.it/FHIR/schema/location-type",
                  "code": "bd",
                  "display": "REPARTO OSPITANTE"
                }
              ]
            }
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}