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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeEncounter
Idexample-encounter-pekab40.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": "example-encounter-pekab40",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-01-11T06:46:02.152+00:00",
    "source": "http://peka40.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Encounter-my-core"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.hie.moh.gov.my/sid/encounter-id",
      "value": "HTJ-ENC-2211000036"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
    "code": "AMB",
    "display": "Outpatient"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
          "code": "146",
          "display": "General Family Medicine"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
        "code": "03",
        "display": "Outpatient"
      }
    ]
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code": "R",
        "display": "Routine"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ROS-21"
  },
  "period": {
    "start": "2022-11-30T08:45:00.000+08:00",
    "end": "2022-11-30T12:00:00.000+08:00"
  },
  "serviceProvider": {
    "reference": "Organization/11-05060009"
  }
}