This page is part of the Logica COVID-19 FHIR Profile Library IG (v1.0.0: Informative - Informative) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "patient-anyperson-mary",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Mary Anyperson </b> female, DoB: 1966-01-11 ( Medical record number: MR456327 (USUAL))</p></div>"
},
"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"
}
}
]
}