FHIR IG analytics| Package | hl7.fhir.uv.phr.r4 |
| Resource Type | Composition |
| Id | Composition-jane-doe-composition.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Summary of Jane Doe's patient information including name, contact, gender, birth date, and address.
{
"resourceType": "Composition",
"id": "jane-doe-composition",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/PhrComposition"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11503-0",
"display": "Medical records"
}
]
},
"subject": {
"reference": "Patient/jane-doe"
},
"date": "2024-12-10",
"author": [
{
"reference": "Patient/jane-doe"
}
],
"title": "Jane Doe Patient Summary",
"section": [
{
"title": "Related Documents",
"entry": [
{
"reference": "https://example.org/baseR4/DocumentReference/jane-doe-genomics-document"
},
{
"reference": "https://example.org/baseR4/Media/jane-doe-media"
}
]
}
]
}