FHIR IG analytics| Package | csiro.stars |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedperson-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson relatedperson-example
Language: en
Profile: CSIRO STARS RelatedPerson Profile
patient: Horse1 (no stated gender), DoB Unknown ( Accession ID)
name: John Smith
address: 3 Tree Street Geelong VIC 3220 AUS
{
"resourceType": "RelatedPerson",
"id": "relatedperson-example",
"meta": {
"profile": [
"https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-relatedperson"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/Patient-Example1"
},
"name": [
{
"text": "John Smith"
}
],
"address": [
{
"line": [
"3 Tree Street"
],
"city": "Geelong",
"state": "VIC",
"postalCode": "3220",
"country": "AUS"
}
]
}