FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/CareConnect-InterpretationCode-1

Packagecareconnect.stu3.03.00.00
Resource TypeValueSet
IdCareConnect-InterpretationCode-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=careconnect.stu3.03.00.00@3.1.0&canonical=https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-InterpretationCode-1
URLhttps://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-InterpretationCode-1
Version1.0.0
Statusdraft
Date2019-03-12T00:00:00+00:00
NameCare Connect Extended Interpretation Code
Authorityhl7
DescriptionThis value set defines the set of extended codes that can be used to indicate the meaning/use of a reference range.
CopyrightHL7

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "CareConnect-InterpretationCode-1",
  "url": "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-InterpretationCode-1",
  "version": "1.0.0",
  "name": "Care Connect Extended Interpretation Code",
  "status": "draft",
  "date": "2019-03-12T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "This value set defines the set of extended codes that can be used to indicate the meaning/use of a reference range.",
  "copyright": "HL7",
  "extensible": true,
  "compose": {
    "include": [
      {
        "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ExtendedInterpretationCode-1",
        "concept": [
          {
            "code": "OR",
            "display": "Outside Reference Range"
          },
          {
            "code": "PA",
            "display": "Potentially Abnormal"
          }
        ]
      }
    ]
  }
}