Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 4 |
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-extract-relationship"] ; #
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: CodeSystem observation-extract-relationship</b></p><a name=\"observation-extract-relationship\"> </a><a name=\"hcobservation-extract-relationship\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/sdc/CodeSystem/observation-extract-relationship</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">component<a name=\"observation-extract-relationship-component\"> </a></td><td>Component</td><td>The child item will be extracted as a component of the parent observation</td></tr><tr><td style=\"white-space:nowrap\">member<a name=\"observation-extract-relationship-member\"> </a></td><td>Member</td><td>The child item will be extracted as a separate Observation and the parent Observation will point to it as a hasMember</td></tr><tr><td style=\"white-space:nowrap\">derived<a name=\"observation-extract-relationship-derived\"> </a></td><td>Derived</td><td>The child item will be extracted as a separate Observation and the child will have a derivedFrom relationship to the parent. (Typically the child answer will be a calculated value in this case.)</td></tr><tr><td style=\"white-space:nowrap\">independent<a name=\"observation-extract-relationship-independent\"> </a></td><td>Independent</td><td>The child item will be extracted as a separate Observation and there will be no relationship asserted between parent and child</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 4 ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/observation-extract-relationship"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.17.16.8" ]
] ) ; #
fhir:version [ fhir:v "4.0.0"] ; #
fhir:name [ fhir:v "ObservationExtractRelationshipCodes"] ; #
fhir:title [ fhir:v "Observation Extract Relationship Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-18T22:51:11+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "Defines the codes used to specify the relationship type in the ObservationExtractExtension."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "component" ] ;
fhir:display [ fhir:v "Component" ] ;
fhir:definition [ fhir:v "The child item will be extracted as a component of the parent observation" ]
] [
fhir:code [ fhir:v "member" ] ;
fhir:display [ fhir:v "Member" ] ;
fhir:definition [ fhir:v "The child item will be extracted as a separate Observation and the parent Observation will point to it as a hasMember" ]
] [
fhir:code [ fhir:v "derived" ] ;
fhir:display [ fhir:v "Derived" ] ;
fhir:definition [ fhir:v "The child item will be extracted as a separate Observation and the child will have a derivedFrom relationship to the parent. (Typically the child answer will be a calculated value in this case.)" ]
] [
fhir:code [ fhir:v "independent" ] ;
fhir:display [ fhir:v "Independent" ] ;
fhir:definition [ fhir:v "The child item will be extracted as a separate Observation and there will be no relationship asserted between parent and child" ]
] ) . #
IG © 2022+ HL7 International / FHIR Infrastructure. Package hl7.fhir.uv.sdc#4.0.0 based on FHIR 4.0.1. Generated 2025-09-18
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change