@prefix fhir: <http://hl7.org/fhir/> .
@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/Location/location-death-vr-atlanta-ga-a-freeman> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "location-death-vr-atlanta-ga-a-freeman"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location>
     ] )
  ] ; # 
  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: Location location-death-vr-atlanta-ga-a-freeman</b></p><a name=\"location-death-vr-atlanta-ga-a-freeman\"> </a><a name=\"hclocation-death-vr-atlanta-ga-a-freeman\"> </a><a name=\"location-death-vr-atlanta-ga-a-freeman-en-US\"> </a><p><b>identifier</b>: <code>http://www.acme.org/location</code>/29</p><p><b>status</b>: Active</p><p><b>name</b>: Atlanta GA Death Location - Freeman</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs death}\">Death Location</span></p><p><b>address</b>: 400 Windstream Street Atlanta GA US (home)</p></div>"
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://www.acme.org/location"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "29" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Atlanta GA Death Location - Freeman"] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "death" ]
     ] )
  ] ) ; # 
  fhir:address [
     fhir:use [ fhir:v "home" ] ;
     fhir:type [ fhir:v "physical" ] ;
     fhir:line ( [ fhir:v "400 Windstream Street" ] ) ;
     fhir:city [ fhir:v "Atlanta" ] ;
     fhir:district [ fhir:v "Fulton County" ] ;
     fhir:state [ fhir:v "GA" ] ;
     fhir:country [ fhir:v "US" ]
  ] . # 

# -------------------------------------------------------------------------------------

