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

FHIR IG analytics

Packageans.fhir.fr.document-core
Resource TypeAllergyIntolerance
IdAllergyIntolerance-example-allergy-intolerance-data-absent-reason.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


French


Narratif généré : IntoléranceAllergique example-allergy-intolerance-data-absent-reason

identifier: Uniform Resource Identifier (URI)/urn:uuid:7f0e9c1a-3b2d-4e5f-8a6b-1c2d3e4f5a6b

clinicalStatus: Active

verificationStatus: Unconfirmed

code: Agent allergique inconnu

patient: Exemple Patient

onset: 2021-12-04 --> (en cours)

Reactions

-Manifestation
*Manifestation clinique inconnue

English


Generated Narrative: AllergyIntolerance example-allergy-intolerance-data-absent-reason

identifier: Uniform Resource Identifier (URI)/urn:uuid:7f0e9c1a-3b2d-4e5f-8a6b-1c2d3e4f5a6b

clinicalStatus: Active

verificationStatus: Unconfirmed

code: Agent allergique inconnu

patient: Exemple Patient

onset: 2021-12-04 --> (ongoing)

Reactions

-Manifestation
*Manifestation clinique inconnue

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "example-allergy-intolerance-data-absent-reason",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-allergy-intolerance-document"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:7f0e9c1a-3b2d-4e5f-8a6b-1c2d3e4f5a6b"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "unconfirmed",
        "display": "Unconfirmed"
      }
    ]
  },
  "code": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ],
    "text": "Agent allergique inconnu"
  },
  "patient": {
    "reference": "Patient/exemple-patient",
    "display": "Exemple Patient"
  },
  "onsetPeriod": {
    "start": "2021-12-04"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
              "valueCode": "unknown"
            }
          ],
          "text": "Manifestation clinique inconnue"
        }
      ]
    }
  ]
}