{
  "resourceType": "StructureDefinition",
  "id": "2-000001",
  "meta": {
    "lastUpdated": "2017-06-20T10:20:54.137+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-pract",
  "name": "Anna",
  "status": "draft",
  "date": "2017-06-19T14:25:41.4699633+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "type": [
          {
            "code": "uri",
            "profile": "http://www.example.com/identifiers/practitioner"
          }
        ]
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "type": [
          {
            "code": "string",
            "profile": "2-000001"
          }
        ]
      },
      {
        "id": "Practitioner.active",
        "path": "Practitioner.active",
        "type": [
          {
            "code": "boolean",
            "profile": "True"
          }
        ]
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "type": [
          {
            "code": "string",
            "profile": "Svensson"
          }
        ]
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "type": [
          {
            "code": "string",
            "profile": "Anna"
          }
        ]
      },
      {
        "id": "Practitioner.telecom.system:email",
        "path": "Practitioner.telecom.system",
        "sliceName": "email",
        "short": "Work",
        "definition": "annasvensson@example.com",
        "type": [
          {
            "code": "code",
            "profile": "phone"
          }
        ],
        "fixedCode": "email"
      },
      {
        "id": "Practitioner.telecom.value",
        "path": "Practitioner.telecom.value",
        "type": [
          {
            "code": "string",
            "profile": "(360) 555 14142"
          }
        ]
      },
      {
        "id": "Practitioner.telecom.use",
        "path": "Practitioner.telecom.use",
        "type": [
          {
            "code": "code",
            "profile": "mobile"
          }
        ]
      },
      {
        "id": "Practitioner.address.use",
        "path": "Practitioner.address.use",
        "type": [
          {
            "code": "code",
            "profile": "Work"
          }
        ]
      },
      {
        "id": "Practitioner.address.line",
        "path": "Practitioner.address.line",
        "type": [
          {
            "code": "string",
            "profile": "Example Street 15"
          }
        ]
      },
      {
        "id": "Practitioner.address.city",
        "path": "Practitioner.address.city",
        "type": [
          {
            "code": "string",
            "profile": "Östersund"
          }
        ]
      },
      {
        "id": "Practitioner.address.postalCode",
        "path": "Practitioner.address.postalCode",
        "type": [
          {
            "code": "string",
            "profile": "831 43"
          }
        ]
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "fixedCode": "female"
      },
      {
        "path": "Practitioner.gender.id",
        "type": [
          {
            "code": "string",
            "profile": "female"
          }
        ]
      },
      {
        "id": "Practitioner.birthDate",
        "path": "Practitioner.birthDate",
        "type": [
          {
            "code": "date",
            "profile": "1974-02-13"
          }
        ],
        "fixedDate": "1974-02-13"
      }
    ]
  }
}