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

FHIR IG analytics

Packageil.core.fhir.r4
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"
    ]
  },
  "extension": [
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-encounter-paying-entity",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "101",
            "system": "http://fhir.health.gov.il/cs/paying-entity-moh",
            "display": "קופת חולים כללית"
          }
        ]
      }
    },
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-movement-number",
      "valueString": "12345"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival",
      "valueCoding": {
        "code": "W",
        "display": "Walk-in"
      }
    }
  ],
  "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-class",
    "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": "מכבי שירותי בריאות"
  },
  "period": {
    "start": "2024-10-01T09:00:00+02:00",
    "end": "2024-10-01T09:45:00+02:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/clinic-23"
      },
      "status": "completed"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "413839001",
          "system": "http://snomed.info/sct",
          "display": "Psychiatric consultation"
        }
      ]
    }
  ]
}