Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CareTeam specificatie #13

Open
stevenvegt opened this issue Jan 22, 2025 · 0 comments
Open

CareTeam specificatie #13

stevenvegt opened this issue Jan 22, 2025 · 0 comments
Labels
autorisatie issues gerelateerd aan autorisaties

Comments

@stevenvegt
Copy link
Member

Care team wordt gebruikt voor lokaliseren en autorisaties.

Hier een FHIR resource afspreken. Mogelijk gebaseerd op basis van Shared Care Planning?

Uit de hackathon documentatie:

{
  "resourceType" : "CareTeam",
  "id" : "cps-careteam-01",
  "meta" : {
    "versionId" : "1",
    "profile" : ["http://santeonnl.github.io/shared-care-planning/StructureDefinition/SCPCareTeam"]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "135411000146103",
      "display" : "Multidisciplinary care regime"
    }]
  }],
  "subject" : {
    "identifier" : {
      "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
      "value" : "111222333"
    }
  },
  "participant" : [{
    "member" : {
      "identifier" : {
        "system" : "$bsn",
        "value" : "111222333"
      }
    },
    "period" : {
      "start" : "2024-08-27"
    }
  },
  {
    "member" : {
      "identifier" : {
        "system" : "$ura",
        "value" : "32475534"
      }
    },
    "period" : {
      "start" : "2024-08-27"
    }
  }]
}
@stevenvegt stevenvegt added the autorisatie issues gerelateerd aan autorisaties label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorisatie issues gerelateerd aan autorisaties
Projects
Status: No status
Development

No branches or pull requests

1 participant