Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.10.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Ruta Violencia SCJ - Casa de Justicia - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example-Organization-HCEURVSCJ-CasaJusticia"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileOrganizationRVSCJ"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileOrganizationRVSCJ> ] )
] ; #
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: Organization Example-Organization-HCEURVSCJ-CasaJusticia</b></p><a name=\"Example-Organization-HCEURVSCJ-CasaJusticia\"> </a><a name=\"hcExample-Organization-HCEURVSCJ-CasaJusticia\"> </a><a name=\"Example-Organization-HCEURVSCJ-CasaJusticia-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-ProfileOrganizationRVSCJ.html\">Recurso Organization - Casas de justicia</a></p></div><p><b>identifier</b>: CJ-01 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/SCJ-CasasJusticia 01}\">CJ SAN CRISTOBAL</span></p><p><b>name</b>: Casa de justicia San Cristobal</p><p><b>partOf</b>: <a href=\"Organization-Example-Organization-HCEURVSCJ-Entidad.html\">Organization Secretaría Distrital de Convivencia y Justicia</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "CJ-01" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/SCJ-CasasJusticia"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "CJ SAN CRISTOBAL" ] ] )
] ) ; #
fhir:name [ fhir:v "Casa de justicia San Cristobal"] ; #
fhir:partOf [
fhir:reference [ fhir:v "Organization/Example-Organization-HCEURVSCJ-Entidad" ]
] . #