German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Nursing Home Residency - JSON Representation

Raw json | Download

{
  "resourceType" : "EpisodeOfCare",
  "id" : "ExampleNursingHomeResidency",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-nursing-home-residency-de"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ExampleNursingHomeResidency</b></p><a name=\"ExampleNursingHomeResidency\"> </a><a name=\"hcExampleNursingHomeResidency\"> </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-nursing-home-residency-de.html\">Praxis Nursing Home Residency DE</a></p></div><p><b>Nursing Home Location</b>: <a href=\"Location-ExampleNursingHomeRoom.html\">Location 214</a></p><p><b>status</b>: Active</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-03-01 --&gt; (ongoing)</p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/nursing-home-location",
      "valueReference" : {
        🔗 "reference" : "Location/ExampleNursingHomeRoom"
      }
    }
  ],
  "status" : "active",
  "patient" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "period" : {
    "start" : "2024-03-01"
  }
}