FHIR IG analytics| Package | ca.on.oh-ereferral-econsult |
| Resource Type | CodeSystem |
| Id | CS-ContentType.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Codes used to classify the contents of a message.
{
"resourceType": "CodeSystem",
"title": "ContentType",
"url": "https://ehealthontario.ca/fhir/CodeSystem/content-type",
"version": "1.0.0",
"status": "draft",
"description": "Codes used to classify the contents of a message.",
"compositional": false,
"content": "complete",
"concept": [
{
"code": "Clinical",
"display": "Clinical",
"definition": "This message is meant to be used for clinical purposes."
},
{
"code": "Analytical",
"display": "Analytical",
"definition": "This message is meant to be used for analytical purposes."
}
],
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "ContentType",
"valueSet": "https://ehealthontario.ca/fhir/ValueSet/content-type",
"publisher": "Ontario Health",
"count": 2
}