FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra
Resource TypeGroup
IdGroup-ra-group02.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "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"
      }
    }
  ]
}