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

FHIR IG analytics

Packagepc.ig
Resource TypeValueSet
IdValueSet-patient-instrumental-investigation-result-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/ValueSet-patient-instrumental-investigation-result-vs.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/patient-instrumental-investigation-result-vs
Version0.1.0-ci-build
Statusdraft
Date2026-02-09T17:40:58+00:00
NamePatientInstrumentalInvestigationResultVS
TitlePatient Instrumental Investigation Result ValueSet
DescriptionAllowed results for the instrumental investigation test (Normal, Abnormal).

Resources that use this resource

StructureDefinition
patient-instrumental-investigation-resultResult of the instrumental investigation

Resources that this resource uses

CodeSystem
patient-instrumental-investigation-resultPatient Instrumental Investigation Result CodeSystem

Narrative

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

Generated Narrative: ValueSet patient-instrumental-investigation-result-vs


Source1

{
  "resourceType": "ValueSet",
  "id": "patient-instrumental-investigation-result-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/patient-instrumental-investigation-result-vs",
  "version": "0.1.0-ci-build",
  "name": "PatientInstrumentalInvestigationResultVS",
  "title": "Patient Instrumental Investigation Result ValueSet",
  "status": "draft",
  "date": "2026-02-09T17:40:58+00:00",
  "publisher": "Protect Child",
  "contact": [
    {
      "name": "Protect Child",
      "telecom": [
        {
          "system": "url",
          "value": "https://protect-child.eu/"
        }
      ]
    }
  ],
  "description": "Allowed results for the instrumental investigation test (Normal, Abnormal).",
  "compose": {
    "include": [
      {
        "system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-result",
        "concept": [
          {
            "code": "normal"
          },
          {
            "code": "abnormal"
          }
        ]
      }
    ]
  }
}