MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: FamilyMemberHistoryExample001 - 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:FamilyMemberHistory ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FamilyMemberHistoryExample001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/FamilyMemberHistoryMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/FamilyMemberHistoryMED> ] )
] ; #
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: FamilyMemberHistory FamilyMemberHistoryExample001</b></p><a name=\"FamilyMemberHistoryExample001\"> </a><a name=\"hcFamilyMemberHistoryExample001\"> </a><a name=\"FamilyMemberHistoryExample001-en-US\"> </a><p><b>status</b>: Completed</p><p><b>patient</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>name</b>: Juan Perez</p><p><b>relationship</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/RoleCodeCS FTH}\">father</span></p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
] ; #
fhir:name [ fhir:v "Juan Perez"] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/RoleCodeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTH" ] ;
fhir:display [ fhir:v "father" ] ] )
] . #