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

FHIR IG analytics

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

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 InternationalPatientSummaryCategory2

  • Include these codes as defined in http://openehr.org/archetypes/openEHR-EHR-CLUSTER.medication.v2/CS version Not Stated (use latest from terminology server)
    CodeDisplay
    at0143Ad-hoc mixture
    at0146Ingredient
    at0144Multi-ingredient product
    at0145Single-ingredient product
    at0001Combination product

Source1

{
  "resourceType": "ValueSet",
  "id": "InternationalPatientSummaryCategory2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://ianbennett.github.io/ExampleIG_Ian/ValueSet/InternationalPatientSummaryCategory2",
  "version": "0.1.0",
  "name": "InternationalPatientSummaryCategory2",
  "title": "International Patient Summary: Category",
  "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.medication.v2/CS",
        "concept": [
          {
            "code": "at0143",
            "display": "Ad-hoc mixture"
          },
          {
            "code": "at0146",
            "display": "Ingredient"
          },
          {
            "code": "at0144",
            "display": "Multi-ingredient product"
          },
          {
            "code": "at0145",
            "display": "Single-ingredient product"
          },
          {
            "code": "at0001",
            "display": "Combination product"
          }
        ]
      }
    ]
  }
}