{
  "resourceType": "StructureDefinition",
  "id": "vn-core-healthcare-department",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-05-19T09:18:17.057+00:00"
  },
  "url": "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-healthcare-department",
  "version": "1.0.0",
  "name": "VNCoreHealthcareDepartment",
  "title": "HealthcareDepartment Profile - VN Core R4",
  "status": "draft",
  "date": "2021-05-19T09:18:14.0608524+00:00",
  "publisher": "Cục Công nghệ thông tin - Bộ Y tế",
  "description": "Thông tin mô tả về khoa phòng trực thuộc cơ sở khám, chữa bệnh",
  "purpose": "TODO: add note",
  "copyright": "Bộ Y tế Việt Nam",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "mustSupport": true
      },
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "mustSupport": true
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
            ]
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/organization-type",
              "code": "dept",
              "display": "Hospital Department"
            }
          ],
          "text": "Hospital Department"
        },
        "mustSupport": true
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "mustSupport": true
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-address"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-provider"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Organization.contact.name",
        "path": "Organization.contact.name",
        "mustSupport": true
      },
      {
        "id": "Organization.contact.telecom",
        "path": "Organization.contact.telecom",
        "mustSupport": true
      },
      {
        "id": "Organization.contact.address",
        "path": "Organization.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-address"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}