This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.1.0: STU 3) 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
@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 "practitioner03"];
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: Practitioner</b><a name=\"practitioner03\"> </a></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 Practitioner "practitioner03" </p><p style=\"margin-bottom: 0px\">Information Source: http://example.org/fhir/server!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-practitioner-deqm.html\">DEQM Practitioner Profile</a></p></div><p><b>identifier</b>: NPI: 9991994957 (use: OFFICIAL, period: 2005-07-16 09:00:00-0500 --> (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Roland Aufderhar(OFFICIAL)</p><p><b>telecom</b>: ph: 5555555555(WORK), ph: 5555555555(WORK)</p><p><b>address</b>: 276 MONTAUK AVE, NEW LONDON, CT 063204727(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1964-06-19</p><p><b>communication</b>: English and Spanish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#es "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:Coding.userSelected [ fhir:value "true"^^xsd:boolean ] ];
fhir:CodeableConcept.text [ fhir:value "NPI" ] ];
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "9991994957" ];
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 "Roland Aufderhar" ];
fhir:HumanName.family [ fhir:value "Aufderhar" ];
fhir:HumanName.given [
fhir:value "Roland";
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 "5555555555" ];
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 "5555555555" ];
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.413998"^^xsd:decimal ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "longitude" ];
fhir:Extension.valueDecimal [ fhir:value "-72.10907"^^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 "276 MONTAUK AVE, NEW LONDON, CT 063204727" ];
fhir:Address.line [
fhir:value "276 MONTAUK AVE";
fhir:index 0 ];
fhir:Address.city [ fhir:value "NEW LONDON" ];
fhir:Address.state [ fhir:value "CT" ];
fhir:Address.postalCode [ fhir:value "063204727" ];
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.
IG © 2020+ HL7 International - Clinical Quality Information Work Group. Package hl7.fhir.us.davinci-deqm#3.1.0 based on FHIR 4.0.1. Generated 2022-11-21
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change