German Practice Management FHIR Profiles (R4)
Version 0.101.6 - release

: Active HZV Program Enrollment - JSON Representation

Raw json | Download

{
  "resourceType" : "EpisodeOfCare",
  "id" : "ExampleProgramEnrollmentHzvActive",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-program-enrollment"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ExampleProgramEnrollmentHzvActive</b></p><a name=\"ExampleProgramEnrollmentHzvActive\"> </a><a name=\"hcExampleProgramEnrollmentHzvActive\"> </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>HVG Datum Beantragt</b>: 2023-12-15</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/hvg-vertragsart hzv}\">Primary care contract</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>: 2024-01-01 --&gt; (ongoing)</p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/hvg-datum-beantragt",
      "valueDate" : "2023-12-15"
    }
  ],
  "status" : "active",
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/praxis/CodeSystem/hvg-vertragsart",
          "code" : "hzv"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "period" : {
    "start" : "2024-01-01"
  }
}