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

FHIR IG analytics

Packageca.on.oh-ereferral-econsult
Resource TypeCodeSystem
IdCS-ContentType.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

ContentType

https://ehealthontario.ca/fhir/CodeSystem/content-type

Codes used to classify the contents of a message.


Source1

{
  "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
}