0.1.0 - ci-build
FastaKontakter - Lokal utvecklingsbygge (v0.1.0) byggt av FHIR (HL7® FHIR® Standard) Build Tools. Se katalogen över publicerade versioner
{
"resourceType" : "CareTeam",
"id" : "ExampleManagingTeam",
"meta" : {
"profile" : [
🔗 "http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVManagingTeam-careteam"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Genererad berättande text: CareTeam ExampleManagingTeam</b></p><a name=\"ExampleManagingTeam\"> </a><a name=\"hcExampleManagingTeam\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-RIVManagingTeam-careteam.html\">Team</a></p></div><p><b>identifier</b>: <code>https://example.org/fhir/sid/team-id</code>/TEAM-SOLROSEN-NORRA</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Koder:{http://example.org/fhir/fasta-kontakter/CodeSystem/typ-av-careteam-cs team}\">Team</span></p><p><b>name</b>: Norra teamet</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Member</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-ExamplePractitionerRole.html\">Eva Svensson, sjuksköterska</a></td></tr></table><p><b>telecom</b>: ph: 010-123 45 67</p><p><b>note</b>: </p><blockquote><div><p>Teamets telefonnummer används för kontakt med medarbetare i teamet.</p>\n</div></blockquote></div>"
},
"identifier" : [
{
"system" : "https://example.org/fhir/sid/team-id",
"value" : "TEAM-SOLROSEN-NORRA"
}
],
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://example.org/fhir/fasta-kontakter/CodeSystem/typ-av-careteam-cs",
"code" : "team"
}
]
}
],
"name" : "Norra teamet",
"participant" : [
{
"member" : {
🔗 "reference" : "PractitionerRole/ExamplePractitionerRole",
"display" : "Eva Svensson, sjuksköterska"
}
}
],
"telecom" : [
{
"extension" : [
{
"url" : "http://example.org/fhir/fasta-kontakter/StructureDefinition/RIVContactPointAvailability",
"valueAvailability" : {
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime" : "08:00:00",
"availableEndTime" : "16:00:00"
}
]
}
}
],
"system" : "phone",
"value" : "010-123 45 67"
}
],
"note" : [
{
"text" : "Teamets telefonnummer används för kontakt med medarbetare i teamet."
}
]
}