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-01.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

박아픔 male, DoB: 2001-01-01 ( Medical record number: PID12345)


Contact Details:

Source1

{
  "resourceType": "Patient",
  "id": "krcore-patient-example-01",
  "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": "urn:oid:1.2.3.4.5.6",
      "value": "PID12345"
    }
  ],
  "name": [
    {
      "text": "박아픔"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "010-1234-5678"
    },
    {
      "system": "email",
      "value": "patientKim@example.co.kr"
    }
  ],
  "gender": "male",
  "birthDate": "2001-01-01",
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "district",
              "valueString": "서울특별시 강남구"
            },
            {
              "url": "roadName",
              "valueString": "일원로"
            },
            {
              "url": "detailedAddress",
              "valueString": "81"
            },
            {
              "url": "complements",
              "valueString": "일원동"
            }
          ],
          "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
        }
      ],
      "text": "서울특별시 강남구 일원로 81 (일원동)",
      "postalCode": "06351"
    }
  ]
}