@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/DeathDate-Example3> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DeathDate-Example3"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation DeathDate-Example3</b></p><a name=\"DeathDate-Example3\"> </a><a name=\"hcDeathDate-Example3\"> </a><a name=\"DeathDate-Example3-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 81956-5}\">Date and time of death [TimeStamp]</span></p><p><b>subject</b>: <a href=\"Patient-Decedent-Example3.html\">Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)</a></p><p><b>effective</b>: 2020-11-12 16:39:40-0500</p><p><b>value</b>: <code>Partial Date Time Vital Records: </code></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:81956-5 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "81956-5" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/us/vrdr/Patient/Decedent-Example3> ;
     fhir:reference [ fhir:v "Patient/Decedent-Example3" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-11-12T16:39:40-05:00"^^xsd:dateTime] ; # 
  fhir:value [
     a fhir:dateTime ;
     fhir:extension ( [
       fhir:extension ( [
         fhir:url [ fhir:v "day"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:unsignedInt ;
           fhir:extension ( [
             fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
             fhir:value [ fhir:v "unknown" ]
           ] )
         ]
       ] [
         fhir:url [ fhir:v "year"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "2020"^^xsd:nonNegativeInteger ]
       ] [
         fhir:url [ fhir:v "month"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "11"^^xsd:nonNegativeInteger ]
       ] [
         fhir:url [ fhir:v "time"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:time ;
           fhir:extension ( [
             fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
             fhir:value [ fhir:v "unknown" ]
           ] )
         ]
       ] ) ;
       fhir:url [ fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-time-vr"^^xsd:anyURI ]
     ] )
  ] . # 

<http://hl7.org/fhir/us/vrdr/Patient/Decedent-Example3> a fhir:us .

# -------------------------------------------------------------------------------------

