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

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4
Resource TypeObservation
IdObservation-EntityAxisCauseOfDeath-Example2.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 EntityAxisCauseOfDeath-Example2

status: Final

code: Cause of death entity axis code [Automated]

subject: NCHS generated

value: Burn of respiratory tract, part unspecified

component

code: line number

value: 2

component

code: position

value: 1


Source1

{
  "resourceType": "Observation",
  "id": "EntityAxisCauseOfDeath-Example2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-entity-axis-cause-of-death"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "80356-9"
      }
    ]
  },
  "subject": {
    "display": "NCHS generated"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/icd-10",
        "code": "T27.3"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs",
            "code": "lineNumber"
          }
        ]
      },
      "valueInteger": 2
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs",
            "code": "position"
          }
        ]
      },
      "valueInteger": 1
    }
  ]
}