This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.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
@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:Group;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "group01"];
fhir:Resource.meta [
fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ]
];
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>type</b>: person</p><p><b>actual</b>: true</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Practitioner-practitioner01.html\">Generated Summary: Provider number: 345678912 (OFFICIAL), Provider number: 082583 (SECONDARY); Ronald Bone </a></p><p><b>period</b>: 2020-07-07 --> (ongoing)</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Practitioner-practitioner02.html\">Generated Summary: Provider number: 9998266512 (OFFICIAL); active; Emile Zieme(OFFICIAL); Phone: 8605555555, Phone: 8605555555; gender: male; birthDate: 1964-06-19; <span title=\"Codes: {urn:ietf:bcp:47 es}\">English and Spanish</span></a></p><p><b>period</b>: 2020-07-07 --> (ongoing)</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Practitioner-practitioner03.html\">Generated Summary: NPI: 9991994957 (OFFICIAL); active; Roland Aufderhar(OFFICIAL); Phone: 5555555555, Phone: 5555555555; gender: male; birthDate: 1964-06-19; <span title=\"Codes: {urn:ietf:bcp:47 es}\">English and Spanish</span></a></p><p><b>period</b>: 2020-07-07 --> (ongoing)</p></blockquote></div>"
];
fhir:Group.type [ fhir:value "person"];
fhir:Group.actual [ fhir:value "true"^^xsd:boolean];
fhir:Group.member [
fhir:index 0;
fhir:Group.member.entity [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner01" ] ];
fhir:Group.member.period [
fhir:Period.start [ fhir:value "2020-07-07"^^xsd:date ] ]
], [
fhir:index 1;
fhir:Group.member.entity [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner02" ] ];
fhir:Group.member.period [
fhir:Period.start [ fhir:value "2020-07-07"^^xsd:date ] ]
], [
fhir:index 2;
fhir:Group.member.entity [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner03" ] ];
fhir:Group.member.period [
fhir:Period.start [ fhir:value "2020-07-07"^^xsd:date ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.