Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Practitioner",
"id" : "ExamplePediatrician",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/PractitionerBy"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/CitezenshipBy",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/CitizenshipCode",
"code" : "BY"
}
]
}
},
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/DocumentType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/VSPersonalDocumentTypePractitioner",
"code" : "Passport-RB.vs"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/DocumentNumber",
"valueString" : "MM1234567"
},
{
"url" : "https://fhir.by/StructureDefinition/DocumentIssuedBy",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/OCAM",
"code" : "710"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/DocumentIssuedDate",
"valueDate" : "2020-09-08"
},
{
"url" : "https://fhir.by/StructureDefinition/DocumentTerm",
"valueDate" : "2040-09-07"
}
],
"url" : "https://fhir.by/StructureDefinition/Documents"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/PersonalDocumentType",
"code" : "INP"
}
]
},
"value" : "7001112A009PB3",
"period" : {
"start" : "2020-12-31"
}
}
],
"active" : true,
"name" : [
{
"text" : "Новикова Светлана Ивановна",
"family" : "Новикова",
"given" : [
"Светлана",
"Ивановна"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "89001234587"
}
],
"gender" : "female",
"qualification" : [
{
"extension" : [
{
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/PractitionerEducationStage",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/EducationStage",
"code" : "high",
"display" : "Высшее"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/PractitionerEducationSpecialization",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/SpecialityDiploma",
"code" : "pediatrics",
"display" : "Педиатрия"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/PractitionerEducationQualification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/QualificationDiploma",
"code" : "physician",
"display" : "Врач"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/PractitionerEducationDegreeNumber",
"valueString" : "A43451"
}
],
"url" : "https://fhir.by/StructureDefinition/PractitionerEducation"
}
],
"code" : {
"coding" : [
{
"code" : "1"
}
]
}
}
]
}