FHIR IG analytics| Package | ans.fhir.fr.document-core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example-allergy-intolerance-data-absent-reason.json |
| FHIR Version | R4 |
No resources found
No resources found
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)
| 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)
| Manifestation |
| Manifestation clinique inconnue |
{
"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"
}
]
}
]
}