FHIR Release 3 (STU) 5 Ballot

This page is part of the FHIR Specification (v3.0.2: STU (v5.0.0-ballot: R5 Ballot - see ballot notes 3). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Documentmanifest-example.json

Example ValueSet/match-grade (JSON)

Structured Documents Vocabulary Work Group Maturity Level : N/A Ballot Standards Status : Informative Compartments : Device , Patient , Practitioner , RelatedPerson

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

XDS SubmissionSet example Definition for Value SetMatchGrade

{
  "resourceType": "DocumentManifest",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Text</div>"
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "a1",
      "name": [
        {
          "family": "Dopplemeyer",
          "given": [
            "Sherry"
          ]
        }
      ],
      "telecom": [
        {
          "system": "email",
          "value": "john.doe@healthcare.example.org"
        }
      ]
    }
  ],
  "masterIdentifier": {
    "system": "http://example.org/documents",
    "value": "23425234234-2346"
  },
  "identifier": [
    {
      "system": "http://example.org/documents",
      "value": "23425234234-2347"
    }
  ],
  "status": "current",
  "type": {
    "text": "History and Physical"

  "resourceType" : "ValueSet",
  "id" : "match-grade",
  "meta" : {
    "lastUpdated" : "2022-09-10T04:52:37.223+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]

  },
  "subject": {
    "reference": "Patient/xcda"

  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"codesystem-match-grade.html\"><code>http://hl7.org/fhir/match-grade</code></a></li></ul></div>"

  },
  "created": "2004-12-25T23:50:50-05:00",
  "author": [
    {
      "reference": "#a1"
    }
  ],
  "recipient": [
    {
      "reference": "Practitioner/xcda1"
    }
  ],
  "source": "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1",
  "description": "Physical",
  "content": [
    {
      "pReference": {
        "reference": "DocumentReference/example"
      }
    }
  ],
  "related": [
    {
      "identifier": {
        "system": "http://example.org/documents",
        "value": "23425234234-9999"
      },
      "ref": {
        "reference": "DocumentReference/example"
      }
    }
  ]

  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }],
  "url" : "http://hl7.org/fhir/ValueSet/match-grade",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.970"
  }],
  "version" : "5.0.0-ballot",
  "name" : "MatchGrade",
  "experimental" : false,
  "description" : "Description Needed Here",
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/match-grade"
    }]
  }

}

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.