Aquesta és una revisió antiga del document
{
"resourceType": "Patient", "id": "U2", "identifier": [ { "system": "2.16.840.1.113883.2.19.10.3", "value": "Z2413604N" } ], "active": true, "name": [ { "family": "Utt", "given": [ "Angela" ] } ], "gender": "female", "birthDate": "1989-01-18", "address": [ { "country": "Spain" } ], "photo": [ { "contentType": "image/gif", "url": "http://vps184407.ovh.net:8080/patients-photo/U2.png" } ]
}
{
"resourceType": "AllergyIntolerance", "id": "U2-1", "meta": { "versionId": "2", "lastUpdated": "2019-05-30T16:33:41.347+02:00" }, "clinicalStatus": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical", "code": "active", "display": "Active" } ] }, "verificationStatus": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/allergyintolerance-verification", "code": "confirmed", "display": "Confirmed" } ] }, "type": "allergy", "category": [ "medication" ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "293619005", "display": "Ibuprofen" } ] }, "patient": { "reference": "Patient/U2", "display": "Angela Utt" }, "onsetDateTime": "2012-01-02", "reaction": [ { "manifestation": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "126485001", "display": "Urticaria" } ] } ] } ]
}
{
"resourceType": "Condition", "id": "U2-1", "meta": { "versionId": "2", "lastUpdated": "2019-05-30T16:37:56.520+02:00" }, "clinicalStatus": { "coding": [ { "system": "http://hl7.org/fhir/ValueSet/condition-clinical", "code": "active", "display": "Active" } ] }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "10509002", "display": "Acute bronchitis" } ], "text": "Acute bronchitis" }, "subject": { "reference": "Patient/U2" }, "onsetDateTime": "2019-03-25", "asserter": { "reference": "Practitioner/P1" }
}