FHIR IG analytics| Package | hl7.fhir.uv.fhircast.r4b |
| Resource Type | Patient |
| Id | Patient-503824b8-fe8c-4227-b061-7181ba6c3926.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
John Smith (Official) male, DoB: 1978-11-03 ( Medical record number/4438001 (use: official))
{
"resourceType": "Patient",
"id": "503824b8-fe8c-4227-b061-7181ba6c3926",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-patient-open"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:2.16.840.1.113883.19.5",
"value": "4438001",
"assigner": {
"reference": "Organization/a92ac1be-fb34-49c1-be58-10928bd271cc",
"display": "My Healthcare Provider"
}
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"John"
],
"prefix": [
"Dr."
],
"suffix": [
"Jr.",
"M.D."
]
}
],
"gender": "male",
"birthDate": "1978-11-03"
}