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

FHIR IG analytics

Packagech.fhir.ig.ch-allergyintolerance
Resource TypeComposition
IdComposition-ch-allergyintolerance-composition-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Composition ch-allergyintolerance-composition-example

Language: de-CH

Profile: CH AllergyIntolerance Composition

identifier: Uniform Resource Identifier (URI)/urn:uuid:4356b15f-4061-49d9-80bf-b84d23113a6a

status: Final

type: Allergy record (record artifact)

date: 2022-01-12 17:00:00+0100

author: PractitionerRole

title: Allergies and adverse reactions Document

confidentiality: normal

custodian: Organization Hausarzt


Source1

{
  "resourceType": "Composition",
  "id": "ch-allergyintolerance-composition-example",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-allergyintolerance/StructureDefinition/ch-allergyintolerance-composition-epr"
    ]
  },
  "language": "de-CH",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:uuid:4356b15f-4061-49d9-80bf-b84d23113a6a"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "722446000",
        "display": "Allergy record (record artifact)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ElisabethBroennimannByBFH"
  },
  "date": "2022-01-12T17:00:00+01:00",
  "author": [
    {
      "extension": [
        {
          "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-time",
          "valueDateTime": "2012-02-04T14:00:00+01:00"
        }
      ],
      "reference": "PractitionerRole/FamilienHausarztAtHausarzt"
    }
  ],
  "title": "Allergies and adverse reactions Document",
  "confidentiality": "N",
  "_confidentiality": {
    "extension": [
      {
        "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-confidentialitycode",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "17621005",
              "display": "Normal"
            }
          ]
        }
      }
    ]
  },
  "custodian": {
    "reference": "Organization/Custodian"
  },
  "section": [
    {
      "title": "Allergy Intolerance",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "48765-2",
            "display": "Allergies and adverse reactions Document"
          }
        ]
      },
      "entry": [
        {
          "reference": "AllergyIntolerance/CH-AllergyIntolerance-IPAG-Recommendation-Table-1"
        }
      ]
    }
  ]
}