: Historical DMP Program Enrollment - JSON Representation
Raw json | Download
{
"resourceType" : "EpisodeOfCare",
"id" : "ExampleProgramEnrollmentDmpHistorical",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-program-enrollment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ExampleProgramEnrollmentDmpHistorical</b></p><a name=\"ExampleProgramEnrollmentDmpHistorical\"> </a><a name=\"hcExampleProgramEnrollmentDmpHistorical\"> </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-praxis-program-enrollment.html\">Praxis Program Enrollment</a></p></div><p><b>status</b>: Finished</p><p><b>type</b>: <span title=\"Codes:{https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DMP 03}\">KHK</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2021-01-01 --> 2023-12-31</p></div>"
},
"status" : "finished",
"type" : [
{
"coding" : [
{
"system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DMP",
"version" : "1.07",
"code" : "03"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/example-patient"
},
"period" : {
"start" : "2021-01-01",
"end" : "2023-12-31"
}
}