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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeBundle
IdBundle-AMB-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-AMB-CDR",
  "type": "searchset",
  "total": 1,
  "entry": [
    {
      "resource": {
        "resourceType": "Encounter",
        "id": "HC40-AMB.encounter-amb-cdr",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/Encounter_AMB_Eng"
          ]
        },
        "identifier": [
          {
            "system": "http://hc40-amb.eng.it/identifier",
            "value": "2023000604"
          }
        ],
        "status": "planned",
        "class": {
          "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
          "code": "AMB"
        },
        "subject": {
          "reference": "Patient/AREAS.6001770"
        },
        "hospitalization": {
          "extension": [
            {
              "url": "http://cct.eng.it/FHIR/schema/encounter-modAcc",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://cct.eng.it/FHIR/schema/encounter-modAccCode",
                    "code": "04",
                    "display": "Urgente differibile entro 10 gg"
                  }
                ]
              }
            }
          ]
        }
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}