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

FHIR IG analytics

Packagepc.ig
Resource TypeCodeSystem
IdCodeSystem-patient-instrumental-investigation-result-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/CodeSystem-patient-instrumental-investigation-result-cs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-result
Version0.1.0-ci-build
Statusdraft
Date2026-02-09T17:40:58+00:00
NamePatientInstrumentalInvestigationResultCS
TitlePatient Instrumental Investigation Result CodeSystem
DescriptionResult of the instrumental investigation test conducted (Normal / Abnormal).
Contentcomplete

Resources that use this resource

ValueSet
patient-instrumental-investigation-result-vsPatient Instrumental Investigation Result ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem patient-instrumental-investigation-result-cs

This case-insensitive code system https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-result defines the following codes:

CodeDisplay
normal Normal
abnormal Abnormal

Source1

{
  "resourceType": "CodeSystem",
  "id": "patient-instrumental-investigation-result-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-result",
  "version": "0.1.0-ci-build",
  "name": "PatientInstrumentalInvestigationResultCS",
  "title": "Patient Instrumental Investigation Result CodeSystem",
  "status": "draft",
  "experimental": true,
  "date": "2026-02-09T17:40:58+00:00",
  "publisher": "Protect Child",
  "contact": [
    {
      "name": "Protect Child",
      "telecom": [
        {
          "system": "url",
          "value": "https://protect-child.eu/"
        }
      ]
    }
  ],
  "description": "Result of the instrumental investigation test conducted (Normal / Abnormal).",
  "caseSensitive": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "normal",
      "display": "Normal"
    },
    {
      "code": "abnormal",
      "display": "Abnormal"
    }
  ]
}