HL7 Terminology (THO)
3.0.0 - Publication
This page is part of the HL7 Terminology (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "v3-ActClassObservationSeries",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include codes from <a href=\"CodeSystem-v3-ActClass.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActClass</code></a> where concept is-a <a href=\"CodeSystem-v3-ActClass.html#v3-ActClass-OBSSER\">OBSSER</a></li></ul></div>"
},
"url" : "http://terminology.hl7.org/ValueSet/v3-ActClassObservationSeries",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.1.11.18875"
}
],
"version" : "2.0.0",
"name" : "ActClassObservationSeries",
"title" : "ActClassObservationSeries",
"status" : "active",
"date" : "2014-03-26",
"description" : "Container for Correlated Observation Sequences sharing a common frame of reference. All Observations of the same cd must be comparable and relative to the common frame of reference. For example, a 3-channel ECG device records a 12-lead ECG in 4 steps (3 leads at a time). Each of the separate 3-channel recordings would be in their own \"OBSCOR\". And, all 4 OBSCOR would be contained in one OBSSER because all the times are relative to the same origin (beginning of the recording) and all the ECG signals were from a fixed set of electrodes.",
"immutable" : true,
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActClass",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "OBSSER"
}
]
}
]
}
}