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

FHIR IG analytics

Packagehl7.fhir.us.bfdr.r4b
Resource TypeObservation
IdObservation-observation-autopsy-performed-not-named.json
FHIR VersionR4B

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-autopsy-performed-not-named

status: Final

code: Autopsy was performed

subject: Patient - Decedent Fetus (Fetus Not Named)

effective: 2019-12-02

performer: Practitioner Janet Seito

value: Performed


Source1

{
  "resourceType": "Observation",
  "id": "observation-autopsy-performed-not-named",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-autopsy-performed-indicator"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85699-7",
        "display": "Autopsy was performed"
      }
    ]
  },
  "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": "398166005",
        "display": "Performed"
      }
    ]
  }
}