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

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeEncounter
IdEncounter-MyHealthWayEncounterExample.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

Generated Narrative: Encounter

Resource Encounter "MyHealthWayEncounterExample"

Profile: MyHealthWay Encounter Profile

KR Core Insurance Types Extension: 건강보험 (HIRA Insurance Types#4)

identifier: HIRA_Healthcare_Organization_Identifier/example

status: finished

class: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'null')

subject: Patient/MyHealthWayPatientExample ""

Participants

-Individual
*PractitionerRole/MyHealthWayPractitionerRoleExample

period: 2023-04-30 --> (ongoing)

serviceProvider: Organization/MyHealthWayOrganizationExample "한국병원"


Source1

{
  "resourceType": "Encounter",
  "id": "MyHealthWayEncounterExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types",
            "code": "4",
            "display": "건강보험"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://www.hl7korea.or.kr/Identifier/hira-krnpi",
      "value": "example"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "subject": {
    "reference": "Patient/MyHealthWayPatientExample"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/MyHealthWayPractitionerRoleExample"
      }
    }
  ],
  "period": {
    "start": "2023-04-30"
  },
  "serviceProvider": {
    "reference": "Organization/MyHealthWayOrganizationExample"
  }
}