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

FHIR IG analytics

Packagefhir.outburn.co.il
Resource TypeObservation
IdObservation-example-pregnancy-history.json
FHIR VersionR4

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": "example-pregnancy-history",
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "10163-4",
        "system": "http://loinc.org",
        "display": "History of pregnancies"
      }
    ],
    "text": "היסטוריה של הריון"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "11996-6",
            "system": "http://loinc.org",
            "display": "[#] Pregnancies"
          }
        ],
        "text": "מספר הריונות קודמים"
      },
      "valueQuantity": {
        "value": 2,
        "code": "{#}",
        "system": "http://unitsofmeasure.org"
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "11636-8",
            "system": "http://loinc.org",
            "display": "[#] Births.live"
          }
        ],
        "text": "מספר לידות חיות"
      },
      "valueQuantity": {
        "value": 2,
        "code": "{#}",
        "system": "http://unitsofmeasure.org"
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "68497-7",
            "system": "http://loinc.org",
            "display": "Previous cesarean deliveries #"
          }
        ],
        "text": "מספר לידות בניתוח קיסרי"
      },
      "valueQuantity": {
        "value": 1,
        "code": "{#}",
        "system": "http://unitsofmeasure.org"
      }
    }
  ]
}