FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.phd
Resource TypeCodeSystem
IdCodeSystem-PhdObservationCategories.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/phd/CodeSystem-PhdObservationCategories.html
URLhttp://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories
Version2.0.0-draft3
Statusdraft
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.

Source1

{
  "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": "draft",
      "_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.0.0-draft3",
  "name": "PhdObservationCategories",
  "title": "PHD Observation Categories Code System",
  "status": "draft",
  "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."
    }
  ]
}