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" : "EpisodeOfCare",
"id" : "ExampleHzvEpisode",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ExampleHzvEpisode</b></p><a name=\"ExampleHzvEpisode\"> </a><a name=\"hcExampleHzvEpisode\"> </a><p><b>HZV-Teilnahmestatus</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/hzv-participation eingeschrieben}\">Eingeschrieben</span></p><p><b>HZV Einschreibedatum</b>: 2019-07-01</p><p><b>HZV Abmeldedatum</b>: 2030-12-31</p><p><b>HVG Datum Beantragt</b>: 2019-06-15</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/dmp-kennzeichen-de 01}\">Diabetes mellitus Typ 2</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><p><b>period</b>: 2019-07-01 --> (ongoing)</p></div>"
},
"extension" : [
{
"url" : "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-participation",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.cognovis.de/praxis/CodeSystem/hzv-participation",
"code" : "eingeschrieben",
"display" : "Eingeschrieben"
}
]
}
},
{
"url" : "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-einschreibedatum",
"valueDate" : "2019-07-01"
},
{
"url" : "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-abmeldedatum",
"valueDate" : "2030-12-31"
},
{
"url" : "https://fhir.cognovis.de/praxis/StructureDefinition/hvg-datum-beantragt",
"valueDate" : "2019-06-15"
}
],
"status" : "active",
"type" : [
{
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/dmp-kennzeichen-de",
"code" : "01",
"display" : "Diabetes mellitus Typ 2"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/example-patient"
},
"managingOrganization" : {
🔗 "reference" : "Organization/example-organization"
},
"period" : {
"start" : "2019-07-01"
}
}