NCPI FHIR Implementation Guide
0.2.0 - ci-build
NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions
@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:Observation;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "family-relationship-example-3"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship";
fhir:index 0;
fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"family-relationship-example-3\"> </a></p><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\">Resource Observation "family-relationship-example-3" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-family-relationship.html\">NCPI Family Relationship</a></p></div><p><b>status</b>: final</p><p><b>code</b>: family member <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#FAMMEMB)</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-2.html\">Patient/patient-example-2</a> " SMITH"</p><p><b>focus</b>: <a href=\"Patient-patient-example-1.html\">Patient/patient-example-1</a> " SMITH"</p><p><b>value</b>: Mother <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#PRN "parent"; <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#MTH "mother")</span></p></div>"
]; #
fhir:Observation.status [ fhir:value "final"]; #
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "FAMMEMB" ];
fhir:Coding.display [ fhir:value "family member" ] ]
]; #
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-example-2" ]
]; #
fhir:Observation.focus [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Patient/patient-example-1" ]
]; #
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "PRN" ];
fhir:Coding.display [ fhir:value "parent" ] ], [
fhir:index 1;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ];
fhir:Coding.code [ fhir:value "MTH" ];
fhir:Coding.display [ fhir:value "mother" ] ];
fhir:CodeableConcept.text [ fhir:value "Mother" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ NCPI FHIR Working Group. Package NCPI-FHIR-Implementation-Guide#0.2.0 based on FHIR 4.0.1. Generated 2022-12-09
Links: Table of Contents |
QA Report