CH EMR (R4)
1.0.0-ballot - ballot
CH EMR (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-emr/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "UC4-Practitioner-Hausarzt",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-practitioner"
]
},
"language" : "en",
"text" : {
"status" : "generated"
},
"identifier" : [
{
"system" : "urn:oid:2.51.1.3",
"value" : "7601000000071"
}
],
"name" : [
{
"use" : "official",
"family" : "Hausarzt",
"given" : [
"UC4"
],
"prefix" : [
"Dr. med."
]
}
],
"qualification" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/2011000195101",
"code" : "309343006"
}
],
"text" : "Arzt"
}
}
]
}