Vital Records Birth and Fetal Death Reporting
1.0.0 - STU 1

This page is part of the Vital Records Birth and Fetal Death Reporting (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Practitioner - Vital Records example [Avery Jones, MD] - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Practitioner;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "practitioner-vital-records-avery-jones"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-05-14T04:55:44.119+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#aEKCz8hgnnqeNV3K" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vital-records";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vital-records>     ]
  ];
  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><p><b>identifier</b>: id: 112247003</p><p><b>name</b>: Avery Jones </p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 112247003}\">Medical doctor</span></td></tr></table></div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
     fhir:Identifier.value [ fhir:value "112247003" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Jones" ];
     fhir:HumanName.given [
       fhir:value "Avery";
       fhir:index 0     ];
     fhir:HumanName.suffix [
       fhir:value "M.D.";
       fhir:index 0     ]
  ];
  fhir:Practitioner.qualification [
     fhir:index 0;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:112247003;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "112247003" ];
         fhir:Coding.display [ fhir:value "Medical doctor" ]       ]     ]
  ].

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

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