Your User Friendly Name for MyIG Here
0.2.0 - CI Build
Your User Friendly Name for MyIG Here, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sample-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
//
test comment for display
{
"resourceType" : "Patient",
"id" : "example",
"meta" : {
"profile" : [
🔗 "http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jack Smith (no stated gender), DoB: 2018-09-07</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"What this extension means.\"><a href=\"StructureDefinition-ext-myExtension.html\">My awesome extension</a></td><td colspan=\"3\">false</td></tr></table></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient example</b></p><a name=\"example-de\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jack Smith (no stated gender), DoB: 2018-09-07</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:\">Verheiratet</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"What this extension means.\"><a href=\"StructureDefinition-ext-myExtension.html\">My awesome extension (DE)</a></td><td colspan=\"3\">false</td></tr></table></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Patient example</b></p><a name=\"example-fr\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jack Smith (no stated gender), DoB: 2018-09-07</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:\">Marié</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"What this extension means.\"><a href=\"StructureDefinition-ext-myExtension.html\">My awesome extension</a></td><td colspan=\"3\">false</td></tr></table></div></div>"
},
"extension" : [
{
"url" : "http://somewhere.org/fhir/uv/myig/StructureDefinition/ext-myExtension",
"valueBoolean" : false
}
],
"name" : [
{
"use" : "usual",
"family" : "Smith",
"given" : [
"Jack"
]
},
{
"use" : "official",
"family" : "Smith",
"given" : [
"John",
"Jacob",
"Jingleheimer"
],
"period" : {
"end" : "2001-01-01"
}
},
{
"use" : "official",
"family" : "Smith",
"given" : [
"John",
"Jacob",
"Jingleheimer"
],
"period" : {
"start" : "2001-01-01"
}
}
],
"birthDate" : "2018-09-07",
"maritalStatus" : {
"text" : "Married",
"_text" : {
"extension" : [
{
"extension" : [
{
"url" : "lang",
"valueCode" : "de"
},
{
"url" : "content",
"valueString" : "Verheiratet"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/translation"
},
{
"extension" : [
{
"url" : "lang",
"valueCode" : "fr"
},
{
"url" : "content",
"valueString" : "Marié"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/translation"
}
]
}
}
}