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

FHIR IG analytics

Packagehl7.fhir.uv.pc-incubator
Resource TypeValueSet
IdValueSet-ClinicalAssessment-status.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/pc-incubator/ValueSet-ClinicalAssessment-status.html
URLhttp://hl7.org/fhir/ValueSet/ClinicalAssessment-status
Version0.1.0
Statusactive
Date2026-06-30T20:12:21+00:00
NameClinicalAssessmentStatus
TitleClinical assessment Status
Realmuv
Authorityhl7
DescriptionCodes that reflect the current state of a clinical assessment within its overall lifecycle.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0event-statusEventStatus

Narrative

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

Generated Narrative: ValueSet ClinicalAssessment-status

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📦6.0.0-ballot3
    CodeDisplayDefinition
    in-progressIn ProgressThe event is currently occurring.
    completedCompletedThe event has now concluded.
    entered-in-errorEntered in ErrorThis electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).

Source1

{
  "resourceType": "ValueSet",
  "id": "ClinicalAssessment-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/pc-incubator/ImplementationGuide/hl7.fhir.uv.pc-incubator"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/ClinicalAssessment-status",
  "version": "0.1.0",
  "name": "ClinicalAssessmentStatus",
  "title": "Clinical assessment Status",
  "status": "active",
  "experimental": true,
  "date": "2026-06-30T20:12:21+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "Codes that reflect the current state of a clinical assessment within its overall lifecycle.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-status",
        "concept": [
          {
            "code": "in-progress"
          },
          {
            "code": "completed"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}