FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | Patient |
| Id | Patient-krcore-patient-example-04.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient krcore-patient-example-04
Profile: KR Core Patient Profile
null Unknown, DoB: ( Medical record number)
{
"resourceType": "Patient",
"id": "krcore-patient-example-04",
"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": "p03249"
}
],
"name": [
{
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "temp-unknown"
}
]
}
}
],
"gender": "unknown",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "temp-unknown"
}
]
}
}