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

FHIR IG Statistics: ValueSet/us-ph-supplemental-valueset-example

Packagehl7.fhir.us.medmorph
Resource TypeValueSet
Idus-ph-supplemental-valueset-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/ValueSet-us-ph-supplemental-valueset-example.html
URLhttp://hl7.org/fhir/us/medmorph/ValueSet/us-ph-supplemental-valueset-example
Version1.0.0
Statusactive
Date2022-06-02T00:00:00+10:00
NameUSPublicHealthSupplementalValueSetExample
TitleUS Public Health Supplemental Valueset Example
Realmus
Authorityhl7
DescriptionThis valueset is a valueset created for the purposes of demonstrating, by example, the US Public Health Supplemental ValueSet profile.
PurposeDefine the set of supported endpoint connection types.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
endpoint-connection-typeEndpoint Connection Type

Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "us-ph-supplemental-valueset-example",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2022-08-02T23:54:38.998+00:00",
    "source": "#dT0KXVOAb8myg0g1",
    "profile": [
      "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-supplemental-valueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-steward",
      "valueContactDetail": {
        "name": "Example Steward"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-author",
      "valueContactDetail": {
        "name": "Example Author"
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-supplemental-valueset-example",
  "version": "1.0.0",
  "name": "USPublicHealthSupplementalValueSetExample",
  "title": "US Public Health Supplemental Valueset Example",
  "status": "active",
  "experimental": false,
  "date": "2022-06-02T00:00:00+10:00",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "This valueset is a valueset created for the purposes of demonstrating, by example, the US Public Health Supplemental ValueSet profile.",
  "useContext": [
    {
      "code": {
        "system": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-usage-context-type",
        "code": "reporting",
        "display": "Reporting"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-usage-context",
            "code": "supplemental",
            "display": "Supplemental"
          }
        ]
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "purpose": "Define the set of supported endpoint connection types.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"
      }
    ]
  }
}