RIVO-Noord Zorgviewer Implementation Guide
1.23.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.23.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: null - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "zib-livingsituation-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation zib-livingsituation-01</b></p><a name=\"zib-livingsituation-01\"> </a><a name=\"hczib-livingsituation-01\"> </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=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.2&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation\">HCIM LivingSituation</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6</code>/1b6fe23b-8fdf-11ec-1802-020000000000</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 365508006}\">Finding of residence and accommodation circumstances (finding)</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.2&amp;canonical=https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2017/2.3.2/Patient/nl-core-patient-01\">Johan XXX_Helleman</a></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.13.1 EENGEZW}\">Eengezinswoning</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value" : "1b6fe23b-8fdf-11ec-1802-020000000000"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "365508006",
        "display" : "Finding of residence and accommodation circumstances (finding)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/nl-core-patient-01",
    "display" : "Johan XXX_Helleman"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.13.1",
        "code" : "EENGEZW",
        "display" : "Eengezinswoning"
      }
    ]
  }
}