@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v3-KnowledgeSubtopicObservationValue"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-KnowledgeSubtopicObservationValue"^^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.11.77" ]
] ) ; #
fhir:version [ fhir:v "3.0.0"] ; #
fhir:name [ fhir:v "KnowledgeSubtopicObservationValue"] ; #
fhir:title [ fhir:v "KnowledgeSubtopicObservationValue"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2010-03-16"^^xsd:date] ; #
fhir:description [ fhir:v "Observation values used to indicate a knowledge subtopic of interest for which knowledge content is requested (e.g., treatment, etiology, prognosis)."] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "https://www.nlm.nih.gov/mesh"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "Q000008" ]
] [
fhir:code [ fhir:v "Q000744" ]
] [
fhir:code [ fhir:v "Q000009" ]
] [
fhir:code [ fhir:v "D004347" ]
] [
fhir:code [ fhir:v "Q000145" ]
] [
fhir:code [ fhir:v "Q000209" ]
] [
fhir:code [ fhir:v "Q000175" ]
] [
fhir:code [ fhir:v "Q000628" ]
] [
fhir:code [ fhir:v "D011379" ]
] [
fhir:code [ fhir:v "Q000627" ]
] [
fhir:code [ fhir:v "Q000493" ]
] [
fhir:code [ fhir:v "Q000494" ]
] [
fhir:code [ fhir:v "Q000633" ]
] [
fhir:code [ fhir:v "Q000506" ]
] )
] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "79899007" ]
] [
fhir:code [ fhir:v "47965005" ]
] [
fhir:code [ fhir:v "404204005" ]
] [
fhir:code [ fhir:v "95907004" ]
] [
fhir:code [ fhir:v "95906008" ]
] )
] )
] . #
# -------------------------------------------------------------------------------------