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

FHIR IG analytics

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

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 GenericLaboratoryReportAdequacyForTesting

  • Include these codes as defined in http://openehr.org/archetypes/openEHR-EHR-CLUSTER.specimen.v1/CS version Not Stated (use latest from terminology server)
    CodeDisplay
    at0062Satisfactory
    at0063Unsatisfactory - analysed
    at0064Unsatisfactory - not analysed

Source1

{
  "resourceType": "ValueSet",
  "id": "GenericLaboratoryReportAdequacyForTesting",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://ianbennett.github.io/ExampleIG_Ian/ValueSet/GenericLaboratoryReportAdequacyForTesting",
  "version": "0.1.0",
  "name": "GenericLaboratoryReportAdequacyForTesting",
  "title": "EHDS - Laboratory report: Adequacy for testing",
  "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.specimen.v1/CS",
        "concept": [
          {
            "code": "at0062",
            "display": "Satisfactory"
          },
          {
            "code": "at0063",
            "display": "Unsatisfactory - analysed"
          },
          {
            "code": "at0064",
            "display": "Unsatisfactory - not analysed"
          }
        ]
      }
    ]
  }
}