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
: Imagenología - Aseguramiento - 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:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example-Coverage-img-fbc1825e6565"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileCoverageHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileCoverageHCEU> ] )
] ; #
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: Coverage Example-Coverage-img-fbc1825e6565</b></p><a name=\"Example-Coverage-img-fbc1825e6565\"> </a><a name=\"hcExample-Coverage-img-fbc1825e6565\"> </a><a name=\"Example-Coverage-img-fbc1825e6565-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-ProfileCoverageHCEU.html\">HCEU - Coverage</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/Coverages/</code>/CP-20250817-001 (use: usual, )</p><p><b>status</b>: Active</p><p><b>policyHolder</b>: <a href=\"RelatedPerson-Example-img-RelatedPerson-008403002acf.html\">RelatedPerson Eduardo Hernández Salamanca(official)</a></p><p><b>subscriber</b>: <a href=\"RelatedPerson-Example-img-RelatedPerson-008403002acf.html\">RelatedPerson Eduardo Hernández Salamanca(official)</a></p><p><b>beneficiary</b>: <a href=\"Patient-Example-Patient-img-e2648844a31a.html\">Sofía Gabriela Hernández(official) Female, DoB: 2016-02-18 ( Numero único de Identificación: 1016419135 (use: official, ))</a></p><p><b>period</b>: 2025-01-01 --> 2025-12-31</p><p><b>payor</b>: <a href=\"Organization-Example-Aseguradora-Organization-087b92039fee.html\">Organization Capital Salud</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://hospitalSystemInformation.example.org/Coverages/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CP-20250817-001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:policyHolder [
fhir:reference [ fhir:v "RelatedPerson/Example-img-RelatedPerson-008403002acf" ]
] ; #
fhir:subscriber [
fhir:reference [ fhir:v "RelatedPerson/Example-img-RelatedPerson-008403002acf" ]
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/Example-Patient-img-e2648844a31a" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2025-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-12-31"^^xsd:date ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Organization/Example-Aseguradora-Organization-087b92039fee" ]
] ) . #