FHIR IG analytics| Package | hl7.fhir.us.covid19library |
| Resource Type | Patient |
| Id | Patient-patient-anyperson-mary.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Mary Anyperson female, DoB: 1966-01-11 ( Medical record number: MR456327 (USUAL))
{
"resourceType": "Patient",
"id": "patient-anyperson-mary",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"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://acmehospital.exampleEHR.org",
"value": "MR456327"
}
],
"name": [
{
"family": "Anyperson",
"given": [
"Mary"
]
}
],
"gender": "female",
"birthDate": "1966-01-11",
"address": [
{
"line": [
"1234 Center St."
],
"city": "Hometown",
"state": "Denial",
"country": "United States"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "mobile"
},
{
"system": "email",
"value": "example@example.com"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US"
}
],
"text": "English"
}
}
]
}