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

FHIR IG analytics

Packagefhir.hspc.core
Resource TypeValueSet
IdValueSet-provenance-hspc-attribution-type.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "provenance-hspc-attribution-type",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "url": "http://fhir.org/guides/hspc/ValueSet/provenance-hspc-attribution-type",
  "name": "Attribution Code",
  "status": "active",
  "publisher": "CIMI",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://cimi.org/valueset/attribution"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://www.cimi.org/"
        }
      ]
    }
  ],
  "description": "Type codes for HSPC Attribution provenance construct",
  "compose": {
    "include": [
      {
        "system": "http://cimi.org/vs/patient/attribution-type",
        "concept": [
          {
            "code": "1",
            "display": "Observed"
          },
          {
            "code": "2",
            "display": "Updated"
          },
          {
            "code": "3",
            "display": "Verified"
          }
        ]
      }
    ]
  }
}