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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeObservation
IdBSP_KBV_PR_AW_Observation_Schwangerschaft.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

TBD

Source1

{
  "resourceType": "Observation",
  "id": "8013",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-21T14:09:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Observation_Schwangerschaft|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11449-6"
      },
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Koerperkenngroessen",
        "code": "Schwangerschaft"
      }
    ]
  },
  "subject": {
    "reference": "Patient/3181"
  },
  "encounter": {
    "reference": "Encounter/3188"
  },
  "valueBoolean": true,
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Krebsfrueherkennung_Frauen_Schwangerschaft_Component",
            "code": "erwarteter_Geburtstermin"
          }
        ]
      },
      "valueDateTime": "2019-03-07"
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Krebsfrueherkennung_Frauen_Schwangerschaft_Component",
            "code": "Anzahl_Schwangerschaften"
          }
        ]
      },
      "valueQuantity": {
        "value": 2,
        "unit": "1",
        "system": "http://unitsofmeasure.org",
        "code": "1"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Krebsfrueherkennung_Frauen_Schwangerschaft_Component",
            "code": "Erster_Tag_letzter_Zyklus"
          }
        ]
      },
      "valueDateTime": "2018-05-11"
    }
  ]
}