FHIR IG analytics| Package | ihe.iti.scheduling |
| Resource Type | Patient |
| Id | Patient-pat1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient pat1
Meiko Lufhir Jr., PhD Female, DoB: 1978-03-22 ( urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399#21890 (use: usual, ))
| Active: | true | Marital Status: | Married | ||
| Other Id: | Medical record number/12345 (use: usual, ) | ||||
| Contact Detail |
| ||||
{
"resourceType": "Patient",
"id": "pat1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:2.16.840.1.113883.19.5",
"value": "12345"
},
{
"use": "usual",
"system": "urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399",
"value": "21890"
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "Meiko Lufhir Jr., PhD",
"family": "Lufhir",
"given": [
"Meiko"
],
"suffix": [
"JR.",
"PHD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "321-555-2222",
"use": "home"
},
{
"system": "phone",
"value": "321-555-3333",
"use": "work"
},
{
"system": "email",
"value": "meikolu.fhir@example.com"
}
],
"gender": "female",
"birthDate": "1978-03-22",
"address": [
{
"use": "home",
"line": [
"100 Main St",
"G-442"
],
"city": "Madison",
"district": "DANE",
"state": "WI",
"postalCode": "53703",
"country": "USA"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
],
"text": "Married"
}
}