🔬 EMA Health Pathology Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Ejemplo Rol Patología — Patóloga responsable - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/EjemploPatologiaRole> a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploPatologiaRole"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://emahealth.io/fhir/pathology/StructureDefinition/ema-pathology-role" ;
fhir:index 0 ;
fhir:link <https://emahealth.io/fhir/pathology/StructureDefinition/ema-pathology-role>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole EjemploPatologiaRole</b></p><a name=\"EjemploPatologiaRole\"> </a><a name=\"hcEjemploPatologiaRole\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-pathology-role.html\">EMA Pathology Role</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-EjemploPatologiaPractitioner.html\">Practitioner Paulina Herrera Donoso (official)</a></p><p><b>code</b>: <span title=\"Codes:\">Patólogo responsable</span></p><p><b>specialty</b>: <span title=\"Codes:\">Anatomía patológica</span></p></div>"
] ;
fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
fhir:PractitionerRole.practitioner [
fhir:link <http://hl7.org/fhir/Practitioner/EjemploPatologiaPractitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/EjemploPatologiaPractitioner" ]
] ;
fhir:PractitionerRole.code [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Patólogo responsable" ]
] ;
fhir:PractitionerRole.specialty [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.display [ fhir:value "Anatomic pathology service" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Anatomía patológica" ]
] .
<http://hl7.org/fhir/Practitioner/EjemploPatologiaPractitioner> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/EjemploPatologiaRole.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PractitionerRole/EjemploPatologiaRole.ttl> .