FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CodeSystem-DentalCare-OralHygieneFinding

Packagemedmij.dental.care.r4
Resource TypeCodeSystem
IdCodeSystem-DentalCare-OralHygieneFinding
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.dental.care.r4@1.0.0-alpha.3&canonical=urn:oid:2.16.528.1.1023.5.1.3
URLurn:oid:2.16.528.1.1023.5.1.3
Version0.0.1
Statusactive
NameOralHygieneFinding
TitleOral Hygiene Finding
DescriptionOralHygieneFinding
Contentcomplete

Resources that use this resource

ValueSet
DentalCare-OralHygieneFindingDentalCare - Oral Hygiene Finding

Resources that this resource uses

No resources found


Narrative

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

Definitie-resources zijn niet voorzien van een narrative. Een menselijk leesbare versie is te vinden via de implementation guide(s) waarin deze resource gebruikt wordt.

Source

{
  "resourceType": "CodeSystem",
  "id": "CodeSystem-DentalCare-OralHygieneFinding",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language": "nl-NL",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "urn:oid:2.16.528.1.1023.5.1.3",
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.528.1.1023.5.1.3"
    }
  ],
  "version": "0.0.1",
  "name": "OralHygieneFinding",
  "title": "Oral Hygiene Finding",
  "status": "active",
  "experimental": false,
  "publisher": "Medmij",
  "description": "OralHygieneFinding",
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "property": [
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "A code that indicates the status of the concept. Values found in this version of the code system are: active",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "hygiene1",
      "display": "Zeer goed",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "hygiene3",
      "display": "Normaal",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "hygiene5",
      "display": "Zeer slecht",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    }
  ]
}