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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeEncounter
IdEncounter_ADT.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": "Encounter",
  "id": "HC40-ADT.encounter-adt",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Encounter_ADT_Eng"
    ]
  },
  "identifier": [
    {
      "system": "http://hc40-adt.eng.it/identifier",
      "value": "2022000001"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/AREAS.103"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/HC40-ADT.d747a7a9-8ca5-497e-8f27-7c2ab3d7e1b7"
    }
  ],
  "period": {
    "start": "2022-02-01T16:33:30+01:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/fhir/CodeSystem/encounter-admission-type",
          "code": "2",
          "display": "URGENTE"
        }
      ]
    }
  ],
  "hospitalization": {
    "extension": [
      {
        "url": "http://cct.eng.it/FHIR/schema/encounter-regime",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/encounter-regimeCode",
              "code": "1",
              "display": "ORDINARIO"
            }
          ]
        }
      },
      {
        "url": "http://cct.eng.it/FHIR/schema/encounter-onere",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/encounter-onereCode",
              "code": "1",
              "display": "RICOVERO A TOTALE CARICO SSN"
            }
          ]
        }
      },
      {
        "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.ro-301",
        "display": "STANZA 1"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/location-type",
            "code": "ro",
            "display": "ROOM"
          }
        ]
      }
    },
    {
      "location": {
        "reference": "Location/AREAS.bd-302",
        "display": "LETTO 1"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/location-type",
            "code": "bd-unit",
            "display": "Unita letto"
          }
        ]
      }
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/part-type",
              "code": "PRE"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/AREAS.2103"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/AREAS.AZI-01",
    "display": "A.S.L. FOGGIA"
  }
}