LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "CDMPractitionerRole-EMR-PCP"];
fhir:Resource.meta [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id" ];
fhir:Extension.valueString [ fhir:value "99999" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id" ];
fhir:Extension.valueString [ fhir:value "b069a545-9506-40c6-8498-23de2e189143" ] ];
fhir:Meta.source [ fhir:value "http://acme-health.com/emr1" ];
fhir:Meta.profile [
fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-practitioner-role";
fhir:index 0;
fhir:link <http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-practitioner-role> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"CDMPractitionerRole-EMR-PCP\"> </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 PractitionerRole \"CDMPractitionerRole-EMR-PCP\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-practitioner-role.html\">CDM Practitioner Role</a></p></div><p><b>identifier</b>: Source System Row Identifier: 5870c580-0d87-4237-a86b-a49ef4637b31(use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</p><p><b>code</b>: General physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#59058001)</span></p><p><b>specialty</b>: General practice (specialty) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394814009)</span></p><p><b>location</b>: <a href=\"Location-KellyClinic.html\">Location/KellyClinic</a> \"Kelly Clinic\"</p></div>"
];
fhir:PractitionerRole.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://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type" ];
fhir:Coding.code [ fhir:value "SSRI" ] ] ];
fhir:Identifier.system [ fhir:value "http://acme-health.com/emr1/practitioner-role" ];
fhir:Identifier.value [ fhir:value "5870c580-0d87-4237-a86b-a49ef4637b31" ];
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Acme Health - EMR1" ] ]
];
fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean];
fhir:PractitionerRole.practitioner [
fhir:Reference.reference [ fhir:value "Practitioner/DrKelly" ]
];
fhir:PractitionerRole.code [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:59058001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "59058001" ];
fhir:Coding.display [ fhir:value "General physician" ] ]
];
fhir:PractitionerRole.specialty [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:394814009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "394814009" ];
fhir:Coding.display [ fhir:value "General practice (specialty)" ] ]
];
fhir:PractitionerRole.location [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Location/KellyClinic" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ LinuxForHealth Team. Package linuxforhealth.fhir.ig#8.0.0 based on FHIR 4.0.1. Generated 2022-11-10
Links: Table of Contents |
QA Report