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

FHIR IG analytics

Packagehl7.fhir.us.cdmh
Resource TypeGroup
IdGroup-example.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

All patients part of a research study


Source1

{
  "resourceType": "Group",
  "id": "example",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Group Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is an example for the *CDMH Group Profile*."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-group"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "type": "person",
  "actual": true,
  "characteristic": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-enr-basis-codes",
            "code": "E",
            "display": "Encounter Based"
          }
        ],
        "text": "Patients part of research study"
      },
      "valueCodeableConcept": {
        "text": "Patients part of Research Study"
      },
      "exclude": false
    }
  ],
  "member": [
    {
      "entity": {
        "reference": "Patient/example"
      },
      "period": {
        "start": "2014-10-08"
      },
      "inactive": false
    }
  ]
}