FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Patient |
| Id | Patient-a1b2c3d4-e5f6-7890-abcd-ef1234567890.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient a1b2c3d4-e5f6-7890-abcd-ef1234567890
Jane Doe (official) Female, DoB: 1950-11-15 ( Medical Record Number: MRN123456789 (use: usual, ))
| Contact Detail | 123 Main Street Anytown MI 12345 US (home) | ||
{
"resourceType": "Patient",
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.example.org/patient-id",
"value": "MRN123456789"
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"Jane"
]
}
],
"gender": "female",
"birthDate": "1950-11-15",
"address": [
{
"use": "home",
"line": [
"123 Main Street"
],
"city": "Anytown",
"state": "MI",
"postalCode": "12345",
"country": "US"
}
]
}