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

FHIR IG analytics

Packageaccdr.fhir.ig.pkg
Resource TypeCodeSystem
IdacCDRContactPointUse-cs.json
FHIR VersionR4

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": "CodeSystem",
  "id": "acCDR-contact-point-use",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/acCDR-contact-point-use",
  "version": "1.0.0",
  "name": "acCDRContactPointUse",
  "title": "acCDR Contact Point Use",
  "status": "retired",
  "date": "2023-08-01",
  "publisher": "Ontario Health",
  "description": "This code is used for contact point.",
  "content": "complete",
  "concept": [
    {
      "code": "EMP",
      "display": "Emergency"
    },
    {
      "code": "OTH",
      "display": "Other / Unknown"
    },
    {
      "code": "HRN",
      "display": "Home Residence Number"
    }
  ]
}