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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeEncounter
IdEncounter_AMB.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-AMB.encounter-amb",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Encounter_AMB_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/fhir/encounter-admissionDiag-text",
      "valueString": "nota del quesito diagnostico"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-tipoImp",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/encounter-tipoImpCode",
            "code": "1"
          }
        ]
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/encounter-post-pren-AMB",
      "valueString": "AMB-WS"
    }
  ],
  "identifier": [
    {
      "system": "http://cct.eng.it/FHIR/schema/identifier-AMB",
      "value": "960I2020000673"
    },
    {
      "system": "http://hc40-amb.eng.it/identifier-episodio-CUP",
      "value": "960I2020000674"
    },
    {
      "system": "http://hc40-amb.eng.it/identifier",
      "value": "2020000604"
    },
    {
      "system": "http://hc40-amb.eng.it/identifier-imp",
      "value": "080A03000972056"
    }
  ],
  "status": "planned",
  "class": {
    "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
    "code": "AMB"
  },
  "priority": {
    "coding": [
      {
        "system": "http://cct.eng.it/FHIR/schema/encounter-priority",
        "code": "B",
        "display": "Urgente differibile entro 10 gg"
      }
    ]
  },
  "subject": {
    "reference": "Patient/AREAS.6001770"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/part-type",
              "code": "PRE"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/HC40-AMB.6cf6fc06-dc8f-4234-8656-3388aeb3479b"
      }
    }
  ],
  "appointment": [
    {
      "reference": "Appointment/d42d9c60-d2fd-4601-af97-cf9667048301"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/FHIR/schema/encounter-evento-CUP",
          "code": "NA",
          "display": "NUOVO ACCESSO"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://cct.eng.it/fhir/CodeSystem/encounter-admission-type",
          "code": "1",
          "display": "Primo accesso"
        }
      ]
    }
  ],
  "hospitalization": {
    "extension": [
      {
        "url": "http://cct.eng.it/FHIR/schema/encounter-regime",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://cct.eng.it/FHIR/schema/encounter-regimeCode",
              "code": "01",
              "display": "S.S.N."
            }
          ]
        }
      },
      {
        "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"
            }
          ]
        }
      }
    ]
  },
  "location": [
    {
      "location": {
        "reference": "Location/AREAS.wa-1992"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/location-type",
            "code": "ro",
            "display": "ROOM"
          }
        ]
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/AREAS.ASL-080960"
  }
}