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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeEncounter
IdEncounter_ER.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-ER.encounter-er",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Encounter_ER_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-accesso",
      "valueCoding": {
        "system": "http://cct.eng.it/FHIR/schema/encounter-accessoCode",
        "code": "H",
        "display": "Decisione propria"
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-triage",
      "valueCoding": {
        "system": "http://cct.eng.it/FHIR/schema/encounter-triageCode",
        "code": "Ve"
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-dischargeProcedure",
      "valueCoding": {
        "system": "http://cct.eng.it/FHIR/schema/encounter-dischargeProcedureCode",
        "code": "02",
        "display": "Ricovero"
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-discharge-triage",
      "valueCoding": {
        "system": "http://cct.eng.it/FHIR/schema/encounter-discharge-triageCode",
        "code": "Az",
        "display": "Azzurro"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://hc40-er.eng.it/identifier",
      "value": "20220000100"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
    "code": "EMER",
    "display": "EMERGENCY_ROOM"
  },
  "subject": {
    "reference": "Patient/AREAS.80000032"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/HC40-ER.8adf7abc-ca68-493d-bebc-9dd041e8e33d",
      "display": "ER-Episode of care"
    }
  ],
  "period": {
    "start": "2022-06-08T11:16:00+02:00"
  },
  "hospitalization": {
    "extension": [
      {
        "url": "http://cct.eng.it/FHIR/schema/encounter-regime",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/encounter-regimeCode",
              "code": "A"
            }
          ]
        }
      }
    ]
  },
  "location": [
    {
      "location": {
        "reference": "Location/AREAS.wa-32233223",
        "display": "PS CHIVASSO"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/location-type",
            "code": "wa",
            "display": "REPARTO"
          }
        ]
      }
    },
    {
      "location": {
        "reference": "Location/AREAS.wa-3235048",
        "display": "AMBULATORIO PS CHIVASSO"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/location-type",
            "code": "ERA",
            "display": "Emergency Room Ambulatory"
          }
        ]
      }
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "#VisitId"
      }
    },
    {
      "condition": {
        "reference": "#ObiId"
      }
    }
  ],
  "contained": [
    {
      "resourceType": "Procedure",
      "meta": {
        "profile": [
          "https://eng.it/fhir/StructureDefinition/Procedure_PresaInCarico_Eng"
        ]
      },
      "id": "VisitId",
      "status": "in-progress",
      "subject": {
        "reference": "Patient/AREAS.80000032"
      },
      "code": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/procedure-visit",
            "code": "codiceVisita",
            "display": "descrizioneVisita"
          }
        ]
      },
      "category": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/procedure-category",
            "code": "visit"
          }
        ]
      },
      "performedDateTime": "2021-11-08T15:25:00+01:00"
    },
    {
      "resourceType": "Procedure",
      "meta": {
        "profile": [
          "https://eng.it/fhir/StructureDefinition/Procedure_OBI_Eng"
        ]
      },
      "id": "ObiId",
      "status": "in-progress",
      "subject": {
        "reference": "Patient/AREAS.80000032"
      },
      "category": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/procedure-category",
            "code": "OBI"
          }
        ]
      },
      "performedDateTime": "2021-11-08T16:31:00+01:00"
    }
  ],
  "serviceProvider": {
    "reference": "Organization/AREAS.ASL-010204"
  }
}