FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-SampleAuthorRelatedPerson.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson
Resource RelatedPerson "SampleAuthorRelatedPerson"
Profile: RelatedPerson Author
patient: Patient/SampleICSRPatient " BLACK"
name: Joe Smith
telecom: ph: 555-555-5554, joe@anywhere.com
address: 1234 Apple St New York NY 11111 US
{
"resourceType": "RelatedPerson",
"id": "SampleAuthorRelatedPerson",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-authorrelatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/SampleICSRPatient"
},
"name": [
{
"family": "Smith",
"given": [
"Joe"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5554"
},
{
"system": "email",
"value": "joe@anywhere.com"
}
],
"address": [
{
"line": [
"1234 Apple St"
],
"city": "New York",
"state": "NY",
"postalCode": "11111",
"country": "US"
}
]
}