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

FHIR IG Statistics: CodeSystem/PhdObservationCategories

Packagehl7.fhir.uv.phd
Resource TypeCodeSystem
IdPhdObservationCategories
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phd/https://build.fhir.org/ig/HL7/phd/CodeSystem-PhdObservationCategories.html
URLhttp://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories
Version2.1.0
Statusactive
Date2024-04-18
NamePhdObservationCategories
TitlePHD Observation Categories Code System
Realmuv
Authorityhl7
DescriptionCodes used for tagging observations coming from PHD devices. More codes maybe added to this list in the future.
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

Generated Narrative: CodeSystem PhdObservationCategories

This case-sensitive code system http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories defines the following code:

CodeDisplayDefinition
phd PHD generated ObservationAn observation coming from a personal health device, either directly or via a personal health gateway that maps the data received from the PHD into a FHIR Observation resource.

Source

{
  "resourceType": "CodeSystem",
  "id": "PhdObservationCategories",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "dev"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories",
  "version": "2.1.0",
  "name": "PhdObservationCategories",
  "title": "PHD Observation Categories Code System",
  "status": "active",
  "experimental": false,
  "date": "2024-04-18",
  "publisher": "HL7 International / Health Care Devices",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description": "Codes used for tagging observations coming from PHD devices. More codes maybe added to this list in the future.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "phd",
      "display": "PHD generated Observation",
      "definition": "An observation coming from a personal health device, either directly or via a personal health gateway that maps the data received from the PHD into a FHIR Observation resource."
    }
  ]
}