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

FHIR IG Statistics: ValueSet/MetricDataSource

Packagehl7.fhir.us.davinci-pas
Resource TypeValueSet
IdMetricDataSource
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-pas/https://build.fhir.org/ig/HL7/davinci-pas/ValueSet-MetricDataSource.html
URLhttp://hl7.org/fhir/us/davinci-pas/ValueSet/MetricDataSource
Version2.2.0-ballot
Statusdraft
Date2025-07-29T17:39:14+00:00
NameMetricDataSource
TitleMetric Data Source
Realmus
Authorityhl7
DescriptionA list of codes indicating the perspective from which metric data was captured

Resources that use this resource

StructureDefinition
PASMetricDataPAS Metric Data

Resources that this resource uses

CodeSystem
PASTempCodesPAS Temporary Codes

Narrative

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

Generated Narrative: ValueSet MetricDataSource


Source

{
  "resourceType": "ValueSet",
  "id": "MetricDataSource",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-pas/ImplementationGuide/hl7.fhir.us.davinci-pas"
          }
        ]
      }
    },
    {
      "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/us/davinci-pas/ImplementationGuide/hl7.fhir.us.davinci-pas"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-pas/ValueSet/MetricDataSource",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.24.48.2"
    }
  ],
  "version": "2.2.0-ballot",
  "name": "MetricDataSource",
  "title": "Metric Data Source",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-29T17:39:14+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/fm"
        },
        {
          "system": "email",
          "value": "fmlists@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Jean Duteau",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:jean@duteaudesign.com"
        }
      ]
    },
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "A list of codes indicating the perspective from which metric data was captured",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes",
        "concept": [
          {
            "code": "payer-src"
          },
          {
            "code": "provider-src"
          },
          {
            "code": "intermediary-src"
          }
        ]
      }
    ]
  }
}