Data Exchange For Quality Measures STU3 for FHIR R4
2.1.0 - Ballot

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v2.1.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: Practitioner02 - 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:Practitioner;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "practitioner02"];
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/practitioner-deqm";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/practitioner-deqm>     ]
  ];
  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>id</b>: practitioner02</p><p><b>meta</b>: </p><p><b>identifier</b>: Provider number: 9998266512 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Emile Zieme(OFFICIAL)</p><p><b>telecom</b>: ph: 8605555555(WORK), ph: 8605555555(WORK)</p><p><b>address</b>: UCONN MEDICAL GROUP, FARMINGTON, CT 060300001(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1964-06-19</p><p><b>communication</b>: <span title=\"Codes: {urn:ietf:bcp:47 es}\">English and Spanish</span></p></div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "PRN" ];
         fhir:Coding.display [ fhir:value "Provider number" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
     fhir:Identifier.value [ fhir:value "9998266512" ];
     fhir:Identifier.period [
       fhir:Period.start [ fhir:value "2005-07-16T09:00:00-05:00"^^xsd:dateTime ]     ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "www.cms.gov" ]     ]
  ];
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.text [ fhir:value "Emile Zieme" ];
     fhir:HumanName.family [ fhir:value "Zieme" ];
     fhir:HumanName.given [
       fhir:value "Emile";
       fhir:index 0     ];
     fhir:HumanName.suffix [
       fhir:value "M.D.";
       fhir:index 0     ]
  ];
  fhir:Practitioner.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "8605555555" ];
     fhir:ContactPoint.use [ fhir:value "work" ];
     fhir:ContactPoint.rank [ fhir:value "1"^^xsd:positiveInteger ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "8605555555" ];
     fhir:ContactPoint.use [ fhir:value "work" ];
     fhir:ContactPoint.rank [ fhir:value "2"^^xsd:positiveInteger ]
  ];
  fhir:Practitioner.address [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "latitude" ];
         fhir:Extension.valueDecimal [ fhir:value "41.791776"^^xsd:decimal ]       ], [
         fhir:index 1;
         fhir:Extension.url [ fhir:value "longitude" ];
         fhir:Extension.valueDecimal [ fhir:value "-72.718832"^^xsd:decimal ]       ];
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/geolocation" ]     ];
     fhir:Address.use [ fhir:value "home" ];
     fhir:Address.type [ fhir:value "both" ];
     fhir:Address.text [ fhir:value "UCONN MEDICAL GROUP, FARMINGTON, CT 060300001" ];
     fhir:Address.line [
       fhir:value "UCONN MEDICAL GROUP";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "FARMINGTON" ];
     fhir:Address.state [ fhir:value "CT" ];
     fhir:Address.postalCode [ fhir:value "060300001" ];
     fhir:Address.country [ fhir:value "USA" ]
  ];
  fhir:Practitioner.gender [ fhir:value "male"];
  fhir:Practitioner.birthDate [ fhir:value "1964-06-19"^^xsd:date];
  fhir:Practitioner.communication [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "es" ];
       fhir:Coding.display [ fhir:value "Spanish" ];
       fhir:Coding.userSelected [ fhir:value "true"^^xsd:boolean ]     ];
     fhir:CodeableConcept.text [ fhir:value "English and Spanish" ]
  ].

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

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