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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4b
Resource TypeGroup
IdGroup-group-mcode-patients.json
FHIR VersionR4B

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": "group-mcode-patients",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-patient-group"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": "person",
  "actual": true,
  "code": {
    "coding": [
      {
        "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "code": "C19700",
        "display": "Cancer Patient"
      }
    ]
  },
  "member": [
    {
      "entity": {
        "reference": "Patient/cancer-patient-john-anyperson"
      }
    },
    {
      "entity": {
        "reference": "Patient/cancer-patient-eve-anyperson"
      }
    }
  ]
}