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

FHIR IG analytics

Packagehl7.fhir.us.medmorph.r4
Resource TypeValueSet
IdValueSet-us-ph-supplemental-valueset-example.json
FHIR VersionR4

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


Source1

{
  "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"
      }
    ]
  }
}