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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeObservation
IdAmnioticFluid.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": "amniotic-fluid-example",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-AmnioticFluid"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "160321000146103",
        "display": "meting aan vruchtwater (verrichting)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example"
  },
  "context": {
    "reference": "EpisodeOfCare/kraamzorg"
  },
  "effectiveDateTime": "2011-09-02",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "364354005",
            "display": "hoeveelheid vruchtwater (waarneembare entiteit)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "278092006",
            "display": "normaal vruchtwatervolume (bevinding)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "249129009",
            "display": "conditie van vruchtwater (waarneembare entiteit)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "1",
            "display": "Geen bijzonderheden"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160301000146106",
            "display": "hoeveelheid vruchtwater gemeten met 'single deepest pocket'-meting (waarneembare entiteit)"
          }
        ]
      },
      "valueQuantity": {
        "value": 5,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160311000146108",
            "display": "hoeveelheid vruchtwater gemeten met 'amniotic fluid index'-meting (waarneembare entiteit)"
          }
        ]
      },
      "valueQuantity": {
        "value": 7,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    }
  ]
}