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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeObservation
IdPregnancyUltraSoundGeneralFindings.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": "pregnancy-ultrasound-generalfindings",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyUltraSoundGeneralFindings",
      "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": "290201000146101",
        "display": "interpretatie van echografie"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example"
  },
  "context": {
    "reference": "EpisodeOfCare/zwangerschapsdossier",
    "display": "Zwangerschapsdossier Example"
  },
  "effectiveDateTime": "2011-08-03",
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "55052008",
        "display": "echografie van uterus gravidus (verrichting)"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "370379002",
            "display": "bevinding betreffende prenatale echografie (bevinding)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.4.13.56",
            "code": "2",
            "display": "Verdenking afwijking"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "609415007",
            "display": "verdenking op foetale afwijking (situatie)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.3.22.1.2.200",
            "code": "2",
            "display": "Afwijkende biometrie"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "171024009",
            "display": "advies over behandeling gegeven (situatie)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.4.13.57",
            "code": "1",
            "display": "Geen verder onderzoek"
          }
        ]
      }
    }
  ]
}