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

FHIR IG analytics

Packagefhir.gdx
Resource TypeGroup
IdGroup-PrenatalGroupPatientFemaleandPatientMale.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": "PrenatalGroupPatientFemaleandPatientMale",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-09-25T00:02:13.030+00:00",
    "source": "#mzuK1EHcvMPipAda"
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "type": "person",
  "actual": true,
  "member": [
    {
      "entity": {
        "reference": "Patient/PatientFemale"
      },
      "period": {
        "start": "2024-06-26"
      },
      "inactive": false
    },
    {
      "entity": {
        "reference": "Patient/PatientMale"
      },
      "period": {
        "start": "2024-06-26"
      },
      "inactive": false
    }
  ]
}