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-group01.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

Generated Narrative: Group ra-group01

Language: en

Profile: Patient Group

type: Person

actual: true

Members

-Entity
*Eve Everywoman (official) Female, DoB: 1975-01-16 ( Medical record number: 12345 (use: usual, ))

Source1

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