Release 4 Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4

Codesystem-group-measure.json

Example Person/example (JSON)

Clinical Decision Support Patient Administration Work Group Maturity Level : N/A Standards Status : Informative Compartments : Patient , Practitioner , RelatedPerson

Raw JSON ( canonical form + also see JSON Format Specification )

Definition for Code System GroupMeasure General Person Example

{
  "resourceType" : "CodeSystem",
  "id" : "group-measure",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },

  "resourceType" : "Person",
  "id" : "example",

  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"

    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <table>\n        <tbody>\n          <tr>\n            <td>Name</td>\n            <td>Peter James <b>Chalmers</b> (&quot;Jim&quot;)</td>\n          </tr>\n          <tr>\n            <td>Address</td>\n            <td>534 Erewhon, Pleasantville, Vic, 3999</td>\n          </tr>\n          <tr>\n            <td>Contacts</td>\n            <td>Home: unknown. Work: (03) 5555 6473</td>\n          </tr>\n          <tr>\n            <td>Id</td>\n            <td>MRN: 12345 (Acme Healthcare)</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"

  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://hl7.org/fhir/group-measure",

  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1346"
  }],
  "version" : "4.0.1",
  "name" : "GroupMeasure",
  "title" : "GroupMeasure",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T09:29:23+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"

    "use" : "usual",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      }]

    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]

    "system" : "urn:oid:1.2.36.146.595.217.0.1",
    "value" : "12345",
    "period" : {
      "start" : "2001-05-06"
    },
    "assigner" : {
      "display" : "Acme Healthcare"
    }

  }],
  "description" : "Possible group measure aggregates (E.g. Mean, Median).",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/group-measure",
  "content" : "complete",
  "concept" : [{
    "code" : "mean",
    "display" : "Mean",
    "definition" : "Aggregated using Mean of participant values."
  },
  {
    "code" : "median",
    "display" : "Median",
    "definition" : "Aggregated using Median of participant values."

  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Chalmers",
    "given" : ["Peter",
    "James"]

  },
  {
    "code" : "mean-of-mean",
    "display" : "Mean of Study Means",
    "definition" : "Aggregated using Mean of study mean values."

    "use" : "usual",
    "given" : ["Jim"]
  }],
  "telecom" : [{
    "use" : "home"

  },
  {
    "code" : "mean-of-median",
    "display" : "Mean of Study Medins",
    "definition" : "Aggregated using Mean of study median values."

    "system" : "phone",
    "value" : "(03) 5555 6473",
    "use" : "work"

  },
  {
    "code" : "median-of-mean",
    "display" : "Median of Study Means",
    "definition" : "Aggregated using Median of study mean values."

    "system" : "email",
    "value" : "Jim@example.org",
    "use" : "home"
  }],
  "gender" : "male",
  "birthDate" : "1974-12-25",
  "address" : [{
    "use" : "home",
    "line" : ["534 Erewhon St"],
    "city" : "PleasantVille",
    "state" : "Vic",
    "postalCode" : "3999"
  }],
  "link" : [{
    "target" : {
      "reference" : "RelatedPerson/peter",
      "display" : "Peter Chalmers"
    }

  },
  {
    "code" : "median-of-median",
    "display" : "Median of Study Medians",
    "definition" : "Aggregated using Median of study median values."

    "target" : {
      "reference" : "Patient/example",
      "display" : "Peter Chalmers"
    }

  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.