FHIR IG analytics| Package | hl7.fhir.us.medmorph |
| Resource Type | Patient |
| Id | Patient-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "1",
"meta": {
"versionId": "3",
"lastUpdated": "2019-04-23T10:30:54.819-04:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://example.healthcare.org",
"value": "1213208"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Ledner144",
"given": [
"Dominique369"
]
}
],
"telecom": [
{
"system": "phone",
"value": "800-504-7344",
"use": "home"
},
{
"system": "email",
"value": "brian.gracia@example.healthcare.com"
}
],
"gender": "female",
"birthDate": "1965-06-22",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"line": [
"25 Church St"
],
"city": "Bixby",
"state": "OK",
"postalCode": "74008",
"country": "USA"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36629006",
"display": "Legally married"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
},
"preferred": true
}
],
"generalPractitioner": [
{
"reference": "Practitioner/1"
}
],
"managingOrganization": {
"reference": "Organization/example-healthcare-org",
"display": "Healthcare Example"
}
}