MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: CoverageExample001 - 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 -------------------------------------------------------------------
a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CoverageExample001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/CoverageMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/CoverageMED> ] )
] ; #
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 CoverageExample001</b></p><a name=\"CoverageExample001\"> </a><a name=\"hcCoverageExample001\"> </a><a name=\"CoverageExample001-en-US\"> </a><p><b>identifier</b>: <code>https://obrasocial.gob.ar/beneficiario</code>/992.123.456.1</p><p><b>status</b>: Active</p><p><b>subscriber</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>subscriberId</b>: 992.123.456</p><p><b>beneficiary</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>dependent</b>: 1</p><p><b>relationship</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/SubscriberRelationshipCodesCS self}\">Self</span></p><p><b>period</b>: 2020-05-23 --> 2026-05-23</p><p><b>payor</b>: <a href=\"Organization-OrganizationExample001.html\">Organization MEDICAIA HEALTHCARE</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://obrasocial.gob.ar/beneficiario"^^xsd:anyURI ] ;
fhir:value [ fhir:v "992.123.456.1" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:subscriber [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
] ; #
fhir:subscriberId [ fhir:v "992.123.456"] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
] ; #
fhir:dependent [ fhir:v "1"] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/SubscriberRelationshipCodesCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ;
fhir:display [ fhir:v "Self" ] ] )
] ; #
fhir:period [
fhir:start [ fhir:v "2020-05-23"^^xsd:date ] ;
fhir:end [ fhir:v "2026-05-23"^^xsd:date ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "Organization/OrganizationExample001" ]
] ) . #