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

FHIR IG Statistics: ValueSet/NameUse-ppr

Packageca.on.ppr.r4
Resource TypeValueSet
IdNameUse-ppr
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ppr.r4@1.2.0&canonical=http://ehealthontario.ca/fhir/ValueSet/ppr-name-use
URLhttp://ehealthontario.ca/fhir/ValueSet/ppr-name-use
Version1.0.0
Statusdraft
NameNameUse
Authorityhl7
DescriptionCodes supported by Ontario Health differentiating types of name uses

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "NameUse-ppr",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ppr-name-use",
  "version": "1.0.0",
  "name": "NameUse",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Codes supported by Ontario Health differentiating types of name uses",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/name-use",
        "concept": [
          {
            "code": "official",
            "display": "Official"
          },
          {
            "code": "usual",
            "display": "Usual"
          }
        ]
      }
    ]
  }
}