{
  "resourceType": "CodeSystem",
  "id": "ncdhc-observation-interpretation-display-1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-11-12T03:06:34.061+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem",
      "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-2"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NCDHC Observation Interpretation Display Type</h2><tt>http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-observation-interpretation-display-1</tt><p>National Children's Digital Health Collaborative - Codes to display what is the outcome of each completed check/observation.</p></div>"
  },
  "url": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-observation-interpretation-display-1",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:1.2.36.1.2001.1004.200.10022"
  },
  "version": "1.0.0",
  "name": "ncdhc-observation-interpretation-display",
  "title": "NCDHC Observation Interpretation Display Type",
  "status": "draft",
  "experimental": true,
  "date": "2019-10-31",
  "publisher": "Australian Digital Health Agency",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "help@digitalhealth.gov.au"
        }
      ]
    }
  ],
  "description": "National Children's Digital Health Collaborative - Codes to represent the display values for the observation interpretation.",
  "copyright": "Copyright © 2019 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-observation-interpretation-display-1/vs",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "Normal",
      "display": "Normal",
      "definition": "Observation interpretation is normal."
    },
    {
      "code": "Review",
      "display": "Review",
      "definition": "Observation interpretation is Review.Observation needs to be reviewed."
    },
    {
      "code": "Refer",
      "display": "Refer",
      "definition": "Observation interpretation is Refer.It needs to be referred to some specialist."
    }
  ]
}