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" : "Practitioner",
"id" : "TRxHubPractitionerExample",
"meta" : {
"profile" : [
🔗 "https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner TRxHubPractitionerExample</b></p><a name=\"TRxHubPractitionerExample\"> </a><a name=\"hcTRxHubPractitionerExample\"> </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-practitioner.html\">TRxHub Practitioner</a></p></div><p><b>name</b>: Anna Muster (Official)</p><p><b>telecom</b>: <a href=\"mailto:anna.muster@clinic.ch\">anna.muster@clinic.ch</a>, <a href=\"tel:+41441234567\">+41441234567</a></p><p><b>address</b>: Bahnhofstrasse 10 Zürich 8001 CH (work)</p></div>"
},
"name" : [
{
"use" : "official",
"family" : "Muster",
"given" : [
"Anna"
],
"prefix" : [
"Dr."
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "anna.muster@clinic.ch",
"use" : "work"
},
{
"system" : "phone",
"value" : "+41441234567",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"line" : [
"Bahnhofstrasse 10"
],
"city" : "Zürich",
"postalCode" : "8001",
"country" : "CH"
}
]
}