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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeObservation
IdUmbilicalCord.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": "umbilical-cord-example",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-UmbilicalCord",
      "http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation"
    ]
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/observation-focusSTU3",
      "valueReference": {
        "reference": "BodySite/FetusA"
      }
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "289299005",
        "display": "bevinding betreffende navelstreng (bevinding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example"
  },
  "context": {
    "reference": "EpisodeOfCare/zwangerschapsdossier",
    "display": "Zwangerschapsdossier"
  },
  "effectiveDateTime": "2011-09-02",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "xxx",
            "display": "Code still missing from AD"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.4.13.55",
            "code": "1",
            "display": "Geen bijzonderheden"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "249191003",
            "display": "aantal bloedvaten in navelstreng (waarneembare entiteit)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "29691000146104",
            "display": "drie bloedvaten in navelstreng (bevinding)"
          }
        ]
      }
    }
  ]
}