{
  "resourceType": "StructureDefinition",
  "id": "NCDPatient",
  "url": "https://fhir.inso-world.com/ncd-prevention-games/StructureDefinition/NCDPatient",
  "name": "NCDPatient",
  "title": "NCD Patient",
  "status": "draft",
  "description": "The Patient resource to use for NCD IG",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "mustSupport": true
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.inso-world.com/ncd-prevention-games/StructureDefinition/NCDPractitioner"
            ]
          }
        ]
      }
    ]
  }
}