Vital Records Death Reporting FHIR Implementation Guide
1.1.0 - STU 2 US

Vital Records Death Reporting FHIR Implementation Guide - Local Development build (v1.1.0). See the Directory of published versions

: Funeral Service Licensee Example - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:PractitionerRole;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "4b96759f-8395-4093-8417-e1ca3cd26f0a"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-07-22T13:45:13.457+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#6trg7JpciR7u5T8N" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Funeral-Service-Licensee";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Funeral-Service-Licensee>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"4b96759f-8395-4093-8417-e1ca3cd26f0a\" Version \"1\" Updated \"2020-07-22 01:45:13+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #6trg7JpciR7u5T8N!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VRDR-Funeral-Service-Licensee.html\">VRDR Funeral Service Licensee</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-80db6f45-8a6d-4583-8a03-55a6663523c2.html\">Practitioner/80db6f45-8a6d-4583-8a03-55a6663523c2</a> \" LAST\"</p><p><b>organization</b>: <a href=\"Organization-6f47da13-0c25-483b-8729-7b96716b17fc.html\">Organization/6f47da13-0c25-483b-8729-7b96716b17fc</a> \"Smith Funeral Home\"</p><p><b>telecom</b>: ph: 716-873-1557</p></div>"
  ];
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "Practitioner/80db6f45-8a6d-4583-8a03-55a6663523c2" ]
  ];
  fhir:PractitionerRole.organization [
     fhir:Reference.reference [ fhir:value "Organization/6f47da13-0c25-483b-8729-7b96716b17fc" ]
  ];
  fhir:PractitionerRole.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "716-873-1557" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.