IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot
Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
{
"resourceType" : "Patient",
"id" : "example",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Patient Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a patient example for the *IE Core Patient Profile*."
}
],
"profile" : [
🔗 "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Amy V. Baxter Female, DoB: 1987-02-20 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Amy V. Shaw (Old)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1 234 5678(Home)</li><li><a href=\"mailto:amy.shaw@example.com\">amy.shaw@example.com</a></li><li>49 MEADOW ST Sandyford Galway D18 CV48 IE (old)</li><li>183 MOUNTAIN VIEW ST Sandyford Galway H91 CV48 IE </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 es}\">Spanish</span> (preferred)</td></tr></table></div>"
},
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record Number"
}
],
"text" : "Medical Record Number"
},
"system" : "http://hospital.smarthealthit.org",
"value" : "1032702"
}
],
"active" : true,
"name" : [
{
"use" : "old",
"family" : "Shaw",
"given" : [
"Amy",
"V."
],
"period" : {
"start" : "2016-12-06",
"end" : "2020-07-22"
}
},
{
"use" : "usual",
"family" : "Baxter",
"given" : [
"Amy",
"V."
],
"suffix" : [
"PharmD"
],
"period" : {
"start" : "2020-07-22"
}
}
],
"telecom" : [
{
"system" : "phone",
"value" : "1 234 5678",
"use" : "home"
},
{
"system" : "email",
"value" : "amy.shaw@example.com"
}
],
"gender" : "female",
"birthDate" : "1987-02-20",
"address" : [
{
"use" : "old",
"line" : [
"49 MEADOW ST"
],
"city" : "Sandyford",
"state" : "Galway",
"postalCode" : "D18 CV48",
"country" : "IE",
"period" : {
"start" : "2016-12-06",
"end" : "2020-07-22"
}
},
{
"line" : [
"183 MOUNTAIN VIEW ST"
],
"city" : "Sandyford",
"state" : "Galway",
"postalCode" : "H91 CV48",
"country" : "IE",
"period" : {
"start" : "2020-07-22"
}
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "es",
"display" : "Spanish"
}
]
},
"preferred" : true
}
]
}