German Practice Management FHIR Profiles (R4)
0.49.0 - STU1
German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "example-condition-dm2",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-condition-dm2</b></p><a name=\"example-condition-dm2\"> </a><a name=\"hcexample-condition-dm2\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm E11.90}\">Diabetes mellitus, Typ 2: Ohne Komplikationen, nicht als entgleist bezeichnet</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-hzv.html\">Max Mustermann Male, DoB: 1970-05-15</a></p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
"code" : "E11.90",
"display" : "Diabetes mellitus, Typ 2: Ohne Komplikationen, nicht als entgleist bezeichnet"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient-hzv"
}
}