Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Laboratorio - Rol Profesional Microbiologo - TTL Representation
Raw ttl | Descargar
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "Example-lab-PractitionerRole-b37446102bde"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePractitionerRoleHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePractitionerRoleHCEU> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Example-lab-PractitionerRole-b37446102bde</b></p><a name=\"Example-lab-PractitionerRole-b37446102bde\"> </a><a name=\"hcExample-lab-PractitionerRole-b37446102bde\"> </a><a name=\"Example-lab-PractitionerRole-b37446102bde-es-ES\"> </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-ProfilePractitionerRoleHCEU.html\">HCEU - PractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Example-lab-Practitioner-4fb691292f59.html\">Practitioner Clara Andrea Villanueva Castro(official)</a></p><p><b>organization</b>: <a href=\"Organization-Example-Prestador-Organization-5e2803024bcd.html\">Organization CLINICA IPS ATENCION SALUD</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309343006}\">Microbiologo</span></p><p><b>healthcareService</b>: <a href=\"HealthcareService-Example-lab-HealthcareService-f106dbe58fce.html\">HealthcareService Servicio de laboratorio</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:active [ fhir:v true] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Example-lab-Practitioner-4fb691292f59" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/Example-Prestador-Organization-5e2803024bcd" ]
] ; #
fhir:code ( [
( fhir:coding [
a sct:309343006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309343006" ] ;
fhir:display [ fhir:v "Microbiologist (occupation)" ] ] ) ;
fhir:text [ fhir:v "Microbiologo" ]
] ) ; #
fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/Example-lab-HealthcareService-f106dbe58fce" ]
] ) . #