@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/vrdr/Observation/EntityAxisCauseOfDeath-Example1> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EntityAxisCauseOfDeath-Example1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-entity-axis-cause-of-death"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-entity-axis-cause-of-death>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EntityAxisCauseOfDeath-Example1</b></p><a name=\"EntityAxisCauseOfDeath-Example1\"> </a><a name=\"hcEntityAxisCauseOfDeath-Example1\"> </a><a name=\"EntityAxisCauseOfDeath-Example1-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 80356-9}\">Cause of death entity axis code [Automated]</span></p><p><b>subject</b>: NCHS generated</p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 J96.0}\">Acute respiratory failure</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs lineNumber}\">line number</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs position}\">position</span></p><p><b>value</b>: 1</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:80356-9 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "80356-9" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:display [ fhir:v "NCHS generated" ]
  ] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "J96.0" ]
     ] )
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "lineNumber" ]
       ] )
     ] ;
     fhir:value [ fhir:v "1"^^xsd:integer ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-component-cs"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "position" ]
       ] )
     ] ;
     fhir:value [ fhir:v "1"^^xsd:integer ]
  ] ) . # 

# -------------------------------------------------------------------------------------

