@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v3-QualityMeasureSectionType"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-QualityMeasureSectionType"^^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.1.11.20364" ]
] ) ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "QualityMeasureSectionType"] ; #
fhir:title [ fhir:v "QualityMeasureSectionType"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2014-03-14"^^xsd:date] ; #
fhir:description [ fhir:v "A type of document section within a health quality measure (aka eMeasure), used to cluster the various parts of the eMeasure into a more human navigable format."] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "57025-9" ]
] [
fhir:code [ fhir:v "57026-7" ]
] [
fhir:code [ fhir:v "57027-5" ]
] )
] )
] . #
# -------------------------------------------------------------------------------------