{
  "resourceType": "StructureDefinition",
  "id": "zib-FamilySituation-LivingAtHomeIndicator",
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation-LivingAtHomeIndicator",
  "version": "1.0.3",
  "name": "Zib FamilySituation-LivingAtHomeIndicator",
  "title": "HCIM FamilySituation LivingAtHomeIndicator",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An extension on the Observation profile for FamilySituation, as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) version 3.0, release 2017. The extension provides an indication stating whether the child lives at home.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation.component"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "LivingAtHome",
        "definition": "An indication stating whether the child lives at home.",
        "alias": [
          "Inwonend"
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation-LivingAtHomeIndicator"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "code": "224137008",
            "display": "Lives with parents (finding)"
          }
        ],
        "short": "LivingAtHome",
        "definition": "An indication stating whether the child lives at home.",
        "alias": [
          "Inwonend"
        ],
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}