<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AccountExample001 - 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:Account ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AccountExample001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/AccountMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/AccountMED>     ] )
  ] ; # 
  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: Account AccountExample001</b></p><a name=\"AccountExample001\"> </a><a name=\"hcAccountExample001\"> </a><a name=\"AccountExample001-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:0.1.2.3.4.5.6.7</code>/654321</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/AccountTypeCS ACCTRECEIVABLE}\">account receivable</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><h3>Coverages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Coverage-CoverageExample001.html\">Coverage: identifier = https://obrasocial.gob.ar/beneficiario#992.123.456.1; status = active; subscriberId = 992.123.456; dependent = 1; relationship = Self; period = 2020-05-23 --&gt; 2026-05-23</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:0.1.2.3.4.5.6.7"^^xsd:anyURI ] ;
fhir:value [ fhir:v "654321" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/AccountTypeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACCTRECEIVABLE" ] ;
fhir:display [ fhir:v "account receivable" ]     ] )
  ] ; # 
  fhir:subject ( [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
  ] ) ; # 
  fhir:coverage ( [
fhir:coverage [
fhir:reference [ fhir:v "Coverage/CoverageExample001" ]     ]
  ] ) . #