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

FHIR IG analytics

Packageopenehr.ehds.fhir.dataexchange
Resource TypeValueSet
IdValueSet-GenericLaboratoryReportStatus.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/freshehr/EHDS-openEHR-FHIR-IG/ValueSet-GenericLaboratoryReportStatus.html
URLhttps://ianbennett.github.io/ExampleIG_Ian/ValueSet/GenericLaboratoryReportStatus
Version0.1.0
Statusdraft
Date2026-03-25T15:55:34+00:00
NameGenericLaboratoryReportStatus
TitleEHDS - Laboratory report: status

Resources that use this resource

StructureDefinition
openehr.ehds.fhir.dataexchange#currentGenericLaboratoryReportEHDS - Laboratory report

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet GenericLaboratoryReportStatus

  • Include these codes as defined in http://openehr.org/archetypes/openEHR-EHR-CLUSTER.laboratory_test_analyte.v1/CS version Not Stated (use latest from terminology server)
    CodeDisplay
    at0015Registered
    at0016Partial
    at0017Preliminary
    at0018Final
    at0020Amended
    at0019Corrected
    at0021Appended
    at0023Cancelled
    at0022Entered in error

Source1

{
  "resourceType": "ValueSet",
  "id": "GenericLaboratoryReportStatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://ianbennett.github.io/ExampleIG_Ian/ValueSet/GenericLaboratoryReportStatus",
  "version": "0.1.0",
  "name": "GenericLaboratoryReportStatus",
  "title": "EHDS - Laboratory report: status",
  "status": "draft",
  "date": "2026-03-25T15:55:34+00:00",
  "publisher": "Ian",
  "contact": [
    {
      "name": "Ian",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://openehr.org/archetypes/openEHR-EHR-CLUSTER.laboratory_test_analyte.v1/CS",
        "concept": [
          {
            "code": "at0015",
            "display": "Registered"
          },
          {
            "code": "at0016",
            "display": "Partial"
          },
          {
            "code": "at0017",
            "display": "Preliminary"
          },
          {
            "code": "at0018",
            "display": "Final"
          },
          {
            "code": "at0020",
            "display": "Amended"
          },
          {
            "code": "at0019",
            "display": "Corrected"
          },
          {
            "code": "at0021",
            "display": "Appended"
          },
          {
            "code": "at0023",
            "display": "Cancelled"
          },
          {
            "code": "at0022",
            "display": "Entered in error"
          }
        ]
      }
    ]
  }
}