FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeObservation
IdFamilySituation.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "family-situation",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "365470003",
        "display": "bevinding betreffende gegevens over gezin en gezinssamenstelling (bevinding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "example patient"
  },
  "context": {
    "reference": "EpisodeOfCare/example"
  },
  "comment": "veel hulp naaste familie en vrienden",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "224130005",
            "display": "gezinssamenstelling (waarneembare entiteit)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160756002",
            "display": "woont met familie (bevinding)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "224118004",
            "display": "aantal nakomelingen (waarneembare entiteit)"
          }
        ]
      },
      "valueQuantity": {
        "value": 1
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "55811000146107",
            "display": "aantal thuiswonende kinderen (waarneembare entiteit)"
          }
        ]
      },
      "valueQuantity": {
        "value": 1
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "406192005",
            "display": "gedrag van verzorger (waarneembare entiteit)"
          }
        ]
      },
      "valueString": "Eerste dochter heeft verstandelijke beperking"
    },
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation-LivingAtHomeIndicator",
          "valueBoolean": true
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "67822003",
            "display": "kind (persoon)"
          }
        ]
      },
      "valueDateTime": "2016-05-03"
    }
  ]
}