0.1.0 - ci-build

PIBSistPSJ, published by LunaTorresR. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/PIB-Sist-PSJ/ and changes regularly. See the Directory of published versions

: Ejemplo de una familia - 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:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "XX299"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://sist.psj.cl/fhir/ig/StructureDefinition/Familia"^^xsd:anyURI ;
fhir:link <http://sist.psj.cl/fhir/ig/StructureDefinition/Familia>     ] )
  ] ; # 
  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: Group XX299</b></p><a name=\"XX299\"> </a><a name=\"hcXX299\"> </a><a name=\"XX299-en-US\"> </a><p><b>identifier</b>: XX299</p><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Familia González Tapia</p><h3>Members</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Entity</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-29901.html\">ROSA  (no stated gender), DoB: 1873-04-23 ( 13.456.987-K)</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "XX299" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Familia González Tapia"] ; # 
  fhir:member ( [
fhir:entity [
fhir:reference [ fhir:v "Patient/29901" ]     ]
  ] ) . #