{
  "resourceType": "StructureDefinition",
  "id": "patient-ca-pipeline-test",
  "url": "http://fhir.infoway-inforoute.ca/ca-pipeline-test/StructureDefinition/patient-ca-pipeline-test",
  "name": "PatientCAPipelineTest",
  "title": "Patient (ca-pipeline-test)",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-ca-core",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension:languageConfidenceScore",
        "path": "Patient.extension",
        "sliceName": "languageConfidenceScore",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/language-confidence-score"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "max": "0"
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Patient.name.text",
        "path": "Patient.name.text",
        "patternString": "J. Smith"
      },
      {
        "id": "Patient.communication.language",
        "path": "Patient.communication.language",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://example.org/ValueSet/fake-valueset"
        }
      }
    ]
  }
}