FHIR IG analytics| Package | hl7.fhir.us.davinci-ra |
| Resource Type | Group |
| Id | Group-ra-group01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group ra-group01
Language: en
Profile: Patient Group
type: Person
actual: true
| Entity |
| Eve Everywoman (official) Female, DoB: 1975-01-16 ( Medical record number: 12345 (use: usual, )) |
{
"resourceType": "Group",
"id": "ra-group01",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Patient Group Example 1"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example for the Patient Group profile. This example patient group has one member."
}
],
"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-patient01"
}
}
]
}