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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeEncounter
IdEncounter_OT.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-OT.encounter-ot",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Encounter_OT_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-dataInt",
      "valueDateTime": "2023-06-09"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-dataPrenotLDA",
      "valueDateTime": "2023-01-11"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-urgPrenotLDA",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/encounter-urgPrenotLDACode",
            "code": "Non urgente",
            "display": "Non urgente"
          }
        ]
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-dataIndRicovero",
      "valuePeriod": {
        "start": "2023-06-05",
        "end": "2023-06-15"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://hc40-ot.eng.it/identifier",
      "value": "2022000001"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
    "code": "OT",
    "display": "operation theatre encounter"
  },
  "priority": {
    "coding": [
      {
        "system": "http://cct.eng.it/FHIR/schema/encounter-priority",
        "code": "2",
        "display": "Non urgente"
      }
    ]
  },
  "subject": {
    "reference": "Patient/AREAS.103"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/HC40-ADT.d747a7a9-8ca5-497e-8f27-7c2ab3d7e1b7"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/part-type",
              "code": "PRE"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/AREAS.2103"
      }
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Procedure/HC40-OT.procedure-ot"
      }
    }
  ],
  "location": [
    {
      "extension": [
        {
          "url": "http://cct.eng.it/FHIR/schema/encounter-repartoOspitante",
          "valueReference": {
            "reference": "Location/AREAS.wa-repartoOspitante"
          }
        }
      ],
      "location": {
        "reference": "Location/AREAS.wa-MA0811",
        "display": "CARDIOLOGIA"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/location-type",
            "code": "wa",
            "display": "REPARTO"
          }
        ]
      }
    }
  ]
}