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

FHIR IG analytics

Packagephis.ig.dev
Resource TypePatient
IdPatient-krcore-patient-example-02.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

김영희 female, DoB: 1971-11-11 ( Medical record number: p03241)


Contact Details:

Source1

{
  "resourceType": "Patient",
  "id": "krcore-patient-example-02",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://www.hangukhospital.co.kr/pid-example",
      "value": "p03241"
    }
  ],
  "name": [
    {
      "text": "김영희"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "010-5432-9876"
    },
    {
      "system": "email",
      "value": "patientKim@example.co.kr"
    }
  ],
  "gender": "female",
  "birthDate": "1971-11-11",
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "district",
              "valueString": "대구광역시 동구"
            },
            {
              "url": "roadName",
              "valueString": "효동로"
            },
            {
              "url": "detailedAddress",
              "valueString": "112"
            },
            {
              "url": "complements",
              "valueString": "효목동"
            }
          ],
          "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
        }
      ],
      "text": "대구광역시 동구 효동로 112 (효목동)",
      "postalCode": "41170"
    }
  ]
}