FHIR IG analytics| Package | hl7.fhir.us.carin-rtpbc |
| Resource Type | Patient |
| Id | Patient-rtpbc-patient-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient rtpbc-patient-01
Language: en
Profile: RTPBC Patient
Jane Doe Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)
| Contact Detail | 100 Oak Court Madison WI 53510 US | ||
{
"resourceType": "Patient",
"id": "rtpbc-patient-01",
"meta": {
"profile": [
"http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-patient"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PI",
"display": "Patient internal identifier"
}
],
"text": "Patient internal identifier"
},
"system": "http://example.org/MyPatientApp",
"value": "30455"
}
],
"name": [
{
"family": "Doe",
"given": [
"Jane"
]
}
],
"gender": "female",
"birthDate": "1975-12-05",
"address": [
{
"line": [
"100 Oak Court"
],
"city": "Madison",
"state": "WI",
"postalCode": "53510",
"country": "US"
}
]
}