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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeEncounter
IdEsempio_Encounter_PNT.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": "POD.fd238515-22bd-4f6e-bdb7-26fc6d51744d",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/Encounter"
    ]
  },
  "status": "planned",
  "class": {
    "system": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
    "code": "VR"
  },
  "priority": {
    "coding": [
      {
        "system": "http://cct.eng.it/FHIR/schema/encounter-priority",
        "code": "B",
        "display": "Urgente differibile entro 10 gg"
      }
    ]
  },
  "subject": {
    "reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/POD.fb5f447b-f2d2-43a0-8761-b37afd813ebb"
      }
    }
  ],
  "period": {
    "start": "2023-06-29T16:33:30+01:00",
    "end": "2023-06-29T17:45:30+01:00"
  },
  "appointment": [
    {
      "reference": "Appointment/POD.9d0e24c8-3172-4399-aff3-b8b252be1fd4"
    }
  ],
  "location": [
    {
      "location": {
        "display": "CODICE AMBULATORIO"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/POD.f4857972-2dcd-4831-b593-0758d50e0d8a"
  }
}