TRxHub IG
0.1.0 - ci-build
TRxHub IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "TRxHubPatientExample",
"meta" : {
"profile" : [
🔗 "https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient TRxHubPatientExample</b></p><a name=\"TRxHubPatientExample\"> </a><a name=\"hcTRxHubPatientExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-trxhub-patient.html\">TRxHub Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Max Muster (official) Male, DoB: 1985-06-15 ( https://example.external-system.ch/patient-id#123456789)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:max.muster@example.ch\">max.muster@example.ch</a></li><li><a href=\"tel:+41791234567\">+41791234567</a></li><li>Musterstrasse 1 Zürich 8000 CH (home)</li><li>Rechnungsstrasse 10 Zürich 8005 CH (billing)</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://example.external-system.ch/patient-id",
"value" : "123456789"
}
],
"name" : [
{
"use" : "official",
"family" : "Muster",
"given" : [
"Max"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "max.muster@example.ch",
"use" : "home"
},
{
"system" : "phone",
"value" : "+41791234567",
"use" : "mobile"
}
],
"gender" : "male",
"birthDate" : "1985-06-15",
"address" : [
{
"use" : "home",
"line" : [
"Musterstrasse 1"
],
"city" : "Zürich",
"postalCode" : "8000",
"country" : "CH"
},
{
"use" : "billing",
"line" : [
"Rechnungsstrasse 10"
],
"city" : "Zürich",
"postalCode" : "8005",
"country" : "CH"
}
]
}