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

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeEncounter
IdEncounter-community-consultation.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Encounter: Community Consultation

Source1

{
  "resourceType": "Encounter",
  "id": "community-consultation",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-encounter"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "system": "http://fhir.community-emr.co.il/identifier/entity-id/encounter",
      "value": "234234234"
    }
  ],
  "status": "in-progress",
  "class": {
    "code": "COMMUNITY-OR-HMO",
    "system": "http://fhir.health.gov.il/cs/il-core-encounter-type",
    "display": "Community Care/HMO setting"
  },
  "type": [
    {
      "coding": [
        {
          "code": "11429006",
          "system": "http://snomed.info/sct",
          "display": "Consultation"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "code": "310116007",
        "system": "http://snomed.info/sct",
        "display": "Psychiatry service"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-israeli-with-statistical-area"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/practitioner-md"
      }
    }
  ],
  "serviceProvider": {
    "identifier": {
      "system": "http://fhir.health.gov.il/identifier/legal-entity",
      "value": "589902279"
    },
    "display": "מכבי שירותי בריאות"
  }
}