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
: Consulta Externa - cobertura - 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-CE-6f158451b183"] ; #
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-CE-6f158451b183</b></p><a name=\"Example-Coverage-CE-6f158451b183\"> </a><a name=\"hcExample-Coverage-CE-6f158451b183\"> </a><a name=\"Example-Coverage-CE-6f158451b183-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-20250606-001 (use: usual, )</p><p><b>status</b>: Active</p><p><b>policyHolder</b>: <a href=\"Patient-Example-CE-Patient-352d698c8230.html\">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344 (use: usual, ))</a></p><p><b>subscriber</b>: <a href=\"Patient-Example-CE-Patient-352d698c8230.html\">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344 (use: usual, ))</a></p><p><b>beneficiary</b>: <a href=\"Patient-Example-CE-Patient-352d698c8230.html\">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344 (use: usual, ))</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-20250606-001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:policyHolder [
fhir:reference [ fhir:v "Patient/Example-CE-Patient-352d698c8230" ]
] ; #
fhir:subscriber [
fhir:reference [ fhir:v "Patient/Example-CE-Patient-352d698c8230" ]
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/Example-CE-Patient-352d698c8230" ]
] ; #
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" ]
] ) . #