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

FHIR IG analytics

Packageca.on.oh.mha.pds
Resource TypeCodeSystem
IdArriveInCanada-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": "arrive-in-canada",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/arrive-in-canada",
  "version": "1.0.0",
  "name": "ArriveInCanada",
  "title": "Arrive In Canada",
  "status": "draft",
  "experimental": false,
  "date": "2023-05-29T15:55:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "The value set identifies when the client immigrated to Canada.",
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "ac-less than 5",
      "display": "Arrive in Canada Less than 5 years ago"
    },
    {
      "code": "ac-5 to 9",
      "display": "Arrive in Canada 5 to 9 years ago"
    },
    {
      "code": "ac-10 or more",
      "display": "Arrive in Canada 10 years ago, or more"
    }
  ]
}