Sha256: b6bf74a3b5cd2ffaea4272add70212ff4ee1a3eb747f6aa409562ea6650717a3

Contents?: true

Size: 1.24 KB

Versions: 10

Compression:

Stored size: 1.24 KB

Contents

{
  "resourceType": "Practitioner",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n        2012</p>\n    </div>"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/practitioners",
      "value": "23"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Careful",
      "given": [
        "Adam"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "534 Erewhon St"
      ],
      "city": "PleasantVille",
      "state": "Vic",
      "postalCode": "3999"
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://example.org/UniversityIdentifier",
          "value": "12345"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0360/2.7",
            "code": "BS",
            "display": "Bachelor of Science"
          }
        ],
        "text": "Bachelor of Science"
      },
      "period": {
        "start": "1995"
      },
      "issuer": {
        "display": "Example University"
      }
    }
  ]
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/json/practitioner-example.json
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/json/practitioner-example.json
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/json/practitioner-example.json
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/json/practitioner-example.json
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/json/practitioner-example.json
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/json/practitioner-example.json
fhir_models-3.0.4 lib/fhir_models/examples/json/practitioner-example.json
fhir_models-3.0.3 lib/fhir_models/examples/json/practitioner-example.json
fhir_models-3.0.2 lib/fhir_models/examples/json/practitioner-example.json
fhir_models-3.0.1 lib/fhir_models/examples/json/practitioner-example.json