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-status-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-status-eve-everywoman"

Profile: US Public Health Pregnancy Status Observation

US Public Health Date Recorded Extension: 2017-10-01

US Public Health Date Determined Extension: 2017-10-01

status: final

code: Pregnancy status (LOINC#82810-3)

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

effective: 2017-08-26 --> (ongoing)

value: Pregnancy (finding) (SNOMED CT#77386006)

method: Diagnostic ultrasonography (procedure) (SNOMED CT#16310003)

component

US Public Health Date Determined Extension: 2017-10-01

code: Gestational age Estimated from patient reported estimated date of conception (LOINC#53691-2)

value: 143 d

component

US Public Health Date Determined Extension: 2017-10-01

code: Delivery date Estimated from date fundal height reaches umb (LOINC#57064-8)

value: 2018-05-01


Source1

{
  "resourceType": "Observation",
  "id": "us-ph-pregnancy-status-eve-everywoman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-pregnancy-status-observation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-date-recorded-extension",
      "valueDateTime": "2017-10-01"
    },
    {
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-date-determined-extension",
      "valueDateTime": "2017-10-01"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "82810-3",
        "display": "Pregnancy status"
      }
    ]
  },
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectivePeriod": {
    "start": "2017-08-26"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "77386006",
        "display": "Pregnancy (finding)"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "16310003",
        "display": "Diagnostic ultrasonography (procedure)"
      }
    ]
  },
  "component": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-date-determined-extension",
          "valueDateTime": "2017-10-01"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "53691-2",
            "display": "Gestational age Estimated from patient reported estimated date of conception"
          }
        ]
      },
      "valueQuantity": {
        "value": 143,
        "unit": "d"
      }
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-date-determined-extension",
          "valueDateTime": "2017-10-01"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "57064-8",
            "display": "Delivery date Estimated from date fundal height reaches umb"
          }
        ]
      },
      "valueDateTime": "2018-05-01"
    }
  ]
}