NCPI FHIR Implementation Guide v2 - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: An example family relationship (parent to child) based on data from CBTN - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "cbtn-family-relationship-daughter"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-family-relationship"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-family-relationship> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory cbtn-family-relationship-daughter</b></p><a name=\"cbtn-family-relationship-daughter\"> </a><a name=\"hccbtn-family-relationship-daughter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ncpi-family-relationship.html\">Family Relationship</a></p></div><p><b>FamilyMemberHistory Patient Record</b>: <a href=\"Patient-PT-006SP675.html\">Anonymous Patient (no stated gender), DoB: ( http://chdgenes.org/#20757)</a></p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-PT-006SP660.html\">Anonymous Patient (no stated gender), DoB Unknown ( https://cbtn.org/#C21156)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode DAU}\">natural daughter</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/familymemberhistory-patient-record"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/familymemberhistory-patient-record> ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Patient/PT-006SP675 ;
fhir:reference [ fhir:v "Patient/PT-006SP675" ] ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:patient [
fhir:l fhir:Patient/PT-006SP660 ;
fhir:reference [ fhir:v "Patient/PT-006SP660" ]
] ; #
fhir:relationship [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode> ] ;
fhir:version [ fhir:v "3.0.0" ] ;
fhir:code [ fhir:v "DAU" ] ;
fhir:display [ fhir:v "natural daughter" ] ] )
] . #