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

FHIR IG Statistics: CodeSystem/pcornet-result-loc

Packagehl7.fhir.us.cdmh
TypeCodeSystem
Idpcornet-result-loc
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cdmh/https://build.fhir.org/ig/HL7/cdmh/CodeSystem-pcornet-result-loc.html
URLhttp://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-result-loc
Version1.0.0
Statusactive
Date2021-09-06
NamePCORNetResultLoc
TitlePCORNet Result Loc
Realmus
Authorityhl7
DescriptionThe PCORNet Result Location contains the codes to be used by PCORNet data marts.
CopyrightUsed by permission of HL7, all rights reserved Creative Commons License
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-result-loc defines the following codes:

CodeDisplayDefinition
L LabLocation of the test result is Lab.
P Point of CarePoint of Care locations may include anticoagulation clinic, newborn nursery, finger stick in provider office, or home.
NI No informationLocation of the test result has No information.
UN UnknownLocation of the test result is Unknown.
OT OtherLocation of the test result is Other.

Source

{
  "resourceType": "CodeSystem",
  "id": "pcornet-result-loc",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-result-loc",
  "version": "1.0.0",
  "name": "PCORNetResultLoc",
  "title": "PCORNet Result Loc",
  "status": "active",
  "date": "2021-09-06",
  "publisher": "HL7 International - Biomedical Research and Regulation Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "The PCORNet Result Location contains the codes to be used by PCORNet data marts.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7, all rights reserved Creative Commons License",
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "L",
      "display": "Lab",
      "definition": "Location of the test result is Lab."
    },
    {
      "code": "P",
      "display": "Point of Care",
      "definition": "Point of Care locations may include anticoagulation  clinic,  newborn nursery, finger stick in provider office, or home."
    },
    {
      "code": "NI",
      "display": "No information",
      "definition": "Location of the test result has No information."
    },
    {
      "code": "UN",
      "display": "Unknown",
      "definition": "Location of the test result is Unknown."
    },
    {
      "code": "OT",
      "display": "Other",
      "definition": "Location of the test result is Other."
    }
  ]
}