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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeObservation
IdPlacentaLocalization.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": "placentalocalization-example",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/bc-PlacentaLocalization"
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "7381000146107",
        "display": "bevinding betreffende positie van placenta (bevinding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example"
  },
  "context": {
    "reference": "EpisodeOfCare/zwangerschapsdossier",
    "display": "Zwangerschapsdossier Example"
  },
  "effectiveDateTime": "2011-08-03",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160331000146101",
            "display": "positie van placenta (waarneembare entiteit)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "7371000146105",
            "display": "ventrale positie van placenta (bevinding)"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/observation-component-valueBooleanSTU3",
          "valueBoolean": false
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "237297004",
            "display": "vastzittende placenta aan oud litteken in uterus (aandoening)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "7381000146107",
            "display": "bevinding betreffende positie van placenta (bevinding)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "15663008",
            "display": "placenta praevia totalis (aandoening)"
          }
        ]
      }
    }
  ]
}