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

FHIR IG analytics

Packageihe.qrph.bfdr
Resource TypeObservation
IdObservation-observation-fetal-presentation-not-named.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 observation-fetal-presentation-not-named

version: versionId: id (PrimitiveType/Observation.meta.versionId): element = id -> versionId=id[3]; Last updated: 2023-04-06 00:29:54+0000

Profile: Observation - Fetal Presentation at Birth/Delivery

status: Final

code: Fetal presentation--at birth [US Standard Certificate of Live Birth]

subject: Patient - Decedent Fetus (Fetus Not Named)

effective: 2019-12-02

performer: Practitioner Avery Jones

value: Breech presentation (finding)


Source1

{
  "resourceType": "Observation",
  "id": "observation-fetal-presentation-not-named",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-04-06T00:29:54.672Z",
    "profile": [
      "https://profiles.ihe.net/QRPH/bfdr/StructureDefinition/Observation-fetal-presentation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "73761-9",
        "display": "Fetal presentation--at birth [US Standard Certificate of Live Birth]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-decedent-fetus-not-named",
    "display": "Patient - Decedent Fetus (Fetus Not Named)"
  },
  "effectiveDateTime": "2019-12-02",
  "performer": [
    {
      "reference": "Practitioner/practitioner-vital-records-janet-seito"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "6096002",
        "display": "Breech presentation (finding)"
      }
    ]
  }
}