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

FHIR IG analytics

Packageopenehr.ehds.fhir.dataexchange
Resource TypeValueSet
IdValueSet-InternationalPatientSummaryActiveInactiveStatus.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/freshehr/EHDS-openEHR-FHIR-IG/ValueSet-InternationalPatientSummaryActiveInactiveStatus.html
URLhttps://ianbennett.github.io/ExampleIG_Ian/ValueSet/InternationalPatientSummaryActiveInactiveStatus
Version0.1.0
Statusdraft
Date2026-03-25T15:55:34+00:00
NameInternationalPatientSummaryActiveInactiveStatus
TitleInternational Patient Summary: Active/inactive status

Resources that use this resource

StructureDefinition
openehr.ehds.fhir.dataexchange#currentInternationalPatientSummaryInternational Patient Summary

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet InternationalPatientSummaryActiveInactiveStatus

  • Include these codes as defined in http://openehr.org/archetypes/openEHR-EHR-EVALUATION.adverse_reaction_risk.v2/CS version Not Stated (use latest from terminology server)
    CodeDisplay
    at0131Active
    at0132Inactive

Source1

{
  "resourceType": "ValueSet",
  "id": "InternationalPatientSummaryActiveInactiveStatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://ianbennett.github.io/ExampleIG_Ian/ValueSet/InternationalPatientSummaryActiveInactiveStatus",
  "version": "0.1.0",
  "name": "InternationalPatientSummaryActiveInactiveStatus",
  "title": "International Patient Summary: Active/inactive 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-EVALUATION.adverse_reaction_risk.v2/CS",
        "concept": [
          {
            "code": "at0131",
            "display": "Active"
          },
          {
            "code": "at0132",
            "display": "Inactive"
          }
        ]
      }
    ]
  }
}