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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypeObservation
IdObservation-us-ph-pregnancy-outcome-eve-everywoman.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

Generated Narrative: Observation

Resource Observation "us-ph-pregnancy-outcome-eve-everywoman"

Profile: US Public Health Pregnancy Outcome Observation

status: final

code: Outcome of pregnancy (LOINC#63893-2)

subject: Patient/us-ph-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"

focus: Observation/us-ph-pregnancy-status-eve-everywoman: Pregnancy (finding)

effective: 2018-01-05

value: Term birth of newborn (finding) (SNOMED CT#21243004)

Components

-CodeValue[x]
*Birth order (LOINC#73771-8)1

Source1

{
  "resourceType": "Observation",
  "id": "us-ph-pregnancy-outcome-eve-everywoman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-pregnancy-outcome-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "63893-2",
        "display": "Outcome of pregnancy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "focus": [
    {
      "reference": "Observation/us-ph-pregnancy-status-eve-everywoman",
      "display": "Pregnancy (finding)"
    }
  ],
  "effectiveDateTime": "2018-01-05",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "21243004",
        "display": "Term birth of newborn (finding)"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "73771-8",
            "display": "Birth order"
          }
        ]
      },
      "valueInteger": 1
    }
  ]
}