German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

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

: HZV-Teilnahme-Flag Weber - JSON Representation

Raw json | Download

{
  "resourceType" : "Flag",
  "id" : "ExampleHzvFlag",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag ExampleHzvFlag</b></p><a name=\"ExampleHzvFlag\"> </a><a name=\"hcExampleHzvFlag\"> </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>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/flag-category admin}\">Administrative</span></p><p><b>code</b>: <span title=\"Codes:\">HZV-Teilnahme aktiv</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2019-07-01 --&gt; (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"
    }
  ],
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/flag-category",
          "code" : "admin"
        }
      ]
    }
  ],
  "code" : {
    "text" : "HZV-Teilnahme aktiv"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "period" : {
    "start" : "2019-07-01"
  }
}