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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeObservation
IdAbilityToTakeCareOfChild.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": "ability-care-child-example",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "129879003",
        "display": "bevinding betreffende ouderschap (bevinding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example"
  },
  "context": {
    "reference": "EpisodeOfCare/kraamzorg"
  },
  "effectiveDateTime": "2011-09-02",
  "valueBoolean": true,
  "comment": "moeder is nog wat onzeker en vermoeid na een zware bevalling",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160351000146107",
            "display": "mate van onzekerheid over zorg voor kind (waarneembare entiteit)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "159911000146108",
            "display": "voelt zich soms onzeker om voor kind te zorgen (bevinding)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160341000146109",
            "display": "vermogen tot zorg voor kind (waarneembare entiteit)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "126321000146108",
            "display": "meestal in staat om voor kind te zorgen (bevinding)"
          }
        ]
      }
    }
  ]
}