FHIR IG analytics| Package | hl7.fhir.us.davinci-ra |
| Resource Type | Group |
| Id | Group-ra-group02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group ra-group02
Language: en
Profile: Patient Group
type: Person
actual: true
member
entity: Adam Everyman (official) Female, DoB: 1950-12-16 ( Medical record number: 23456 (use: usual, ))
member
entity: Nelda Nuclear (official) Female, DoB: 1965-07-26 ( Medical record number: 34567 (use: usual, ))
{
"resourceType": "Group",
"id": "ra-group02",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Patient Group Example 2"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example for the Patient Group profile. This example patient group has two members."
}
],
"profile": [
"http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-patient-group"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": "person",
"actual": true,
"member": [
{
"entity": {
"reference": "Patient/ra-patient02"
}
},
{
"entity": {
"reference": "Patient/ra-patient03"
}
}
]
}