Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: FamilyHearingLossFamilyMemberHistory001 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:FamilyMemberHistory ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FamilyHearingLossFamilyMemberHistory001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://smart-bear.eu/fhir/StructureDefinition/FamilyHearingLossFamilyMemberHistory"^^xsd:anyURI ;
fhir:link <https://smart-bear.eu/fhir/StructureDefinition/FamilyHearingLossFamilyMemberHistory> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory FamilyHearingLossFamilyMemberHistory001</b></p><a name=\"FamilyHearingLossFamilyMemberHistory001\"> </a><a name=\"hcFamilyHearingLossFamilyMemberHistory001\"> </a><a name=\"FamilyHearingLossFamilyMemberHistory001-en-US\"> </a><p><b>FamilyMemberHistory Encounter </b>: <a href=\"Encounter-Enc001.html\">Encounter: status = planned; class = inpatient encounter (ActCode#IMP)</a></p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p><p><b>date</b>: 2021-03-01 07:29:23+0000</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FAMMEMB}\">family member</span></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 439750006}\">Family history of hearing loss</span></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://smart-bear.eu/fhir/StructureDefinition/FamilyMemberHistoryEncounter"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Encounter/Enc001" ] ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/Patient001" ]
] ; #
fhir:date [ fhir:v "2021-03-01T07:29:23.356+00:00"^^xsd:dateTime] ; #
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FAMMEMB" ] ;
fhir:display [ fhir:v "family member" ] ] )
] ; #
fhir:condition ( [
fhir:code [
( fhir:coding [
a sct:439750006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "439750006" ] ;
fhir:display [ fhir:v "Family history of hearing loss" ] ] ) ]
] ) . #