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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeEncounter
Idexample-encounter-phis.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-phis",
  "meta": {
    "source": "http://phis.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Encounter-my-core"
    ]
  },
  "extension": [
    {
      "url": "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core",
      "extension": [
        {
          "url": "recorder",
          "valueReference": {
            "display": "First Recorder Practitioner Name"
          }
        },
        {
          "url": "recordedDate",
          "valueDateTime": "2022-12-19T12:34:00+08:00"
        },
        {
          "url": "lastUpdater",
          "valueReference": {
            "display": "Last Updater Practitioner Name"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.hie.moh.gov.my/sid/encounter-id",
      "value": "PHIS-ENC-2212000101"
    }
  ],
  "status": "finished",
  "statusHistory": [
    {
      "status": "arrived",
      "period": {
        "start": "2022-12-19T12:34:00+08:00",
        "end": "2022-12-19T12:45:14+08:00"
      }
    },
    {
      "status": "in-progress",
      "period": {
        "start": "2022-12-19T12:45:14+08:00",
        "end": "2022-12-19T14:23:08+08:00"
      }
    }
  ],
  "class": {
    "system": "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
    "code": "VR",
    "display": "Virtual"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
          "code": "543",
          "display": "Medication Counselling (MC)"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
        "code": "VCI",
        "display": "Individual Virtual Consultation"
      }
    ]
  },
  "subject": {
    "reference": "Patient?identifier=http://fhir.hie.moh.gov.my/sid/patient-mrn|PHIS-123"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "period": {
        "start": "2022-12-19T12:45:14+08:00"
      },
      "individual": {
        "display": "Primary Attender Practitioner Name"
      }
    }
  ],
  "period": {
    "start": "2022-12-19T12:34:00+08:00",
    "end": "2022-12-19T14:23:08+08:00"
  },
  "diagnosis": [
    {
      "condition": {
        "display": "Allergic Reaction to Penicillin"
      },
      "use": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/diagnosis-role-my-core",
            "code": "01",
            "display": "Main Diagnosis"
          }
        ]
      }
    },
    {
      "condition": {
        "display": "Asthma"
      },
      "use": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/diagnosis-role-my-core",
            "code": "08",
            "display": "Other Diagnosis"
          }
        ]
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/11-05060009"
  }
}