Receta Digital Interoperable Argentina 0.2.5 - ci-build
Receta Digital Interoperable Argentina - Local Development build (v0.2.5). See the Directory of published versions
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 "EjemploDatosCobertura"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.msal.gob.ar/RDI/StructureDefinition/datosCoberturaAR"^^xsd:anyURI ; fhir:link <http://fhir.msal.gob.ar/RDI/StructureDefinition/datosCoberturaAR> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">OBRA SOCIAL DE EJEMPLO - PLAN JOVEN - 206850/01</div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://ssalud.gob.ar/coberturas-13566-carnet"^^xsd:anyURI ] ; fhir:value [ fhir:v "206850-01" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:beneficiary [ fhir:reference [ fhir:v "urn:uuid:015c6f50-28de-4224-b950-a764396d4a25" ] ] ; # fhir:payor ( [ fhir:identifier [ fhir:system [ fhir:v "http://ssalud.gob.ar/coberturas"^^xsd:anyURI ] ; fhir:value [ fhir:v "13566" ] ] ; fhir:display [ fhir:v "OBRA SOCIAL DE EJEMPLO" ] ] ) ; # fhir:class ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ; fhir:code [ fhir:v "plan" ] ; fhir:display [ fhir:v "Plan" ] ] ) ] ; fhir:value [ fhir:v "13566_3" ] ; fhir:name [ fhir:v "Plan Joven" ] ] ) . #