FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 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

Expansionprofile-example.json

Vocabulary Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Not linked to any defined compartments

Raw JSON (canonical form)

Example of expansionprofile

{
  "resourceType": "ExpansionProfile",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">[ Provide Rendering ]</div>"
  },
  "url": "http://hl7.org/fhir/ExpansionProfile/example",
  "identifier": {
    "system": "http://example.org/profiles",
    "value": "example"
  },
  "version": "0.1",
  "name": "Example Expansion Profile",
  "status": "draft",
  "experimental": true,
  "date": "2016-12-23",
  "publisher": "HL7 International",
  "contact": [
    {
      "name": "FHIR project team",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "exanple ExpansionProfile for publication",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "excludeNested": true
}

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.