{
  "resourceType": "StructureDefinition",
  "id": "vn-core-location",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-05-19T09:18:30.876+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "url": "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-location",
  "version": "1.0.0",
  "name": "VNCoreLocation",
  "title": "Location Profile - VN Core R4",
  "status": "draft",
  "date": "2021-05-19T09:18:28.778251+00:00",
  "publisher": "Cục Công nghệ thông tin - Bộ Y tế",
  "description": "Thông tin mô tả về giường/phòng thuộc khoa phòng/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": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "mustSupport": true
      },
      {
        "id": "Location.status",
        "path": "Location.status",
        "mustSupport": true
      },
      {
        "id": "Location.operationalStatus",
        "path": "Location.operationalStatus",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-coding"
            ]
          }
        ]
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "mustSupport": true
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "mustSupport": true
      },
      {
        "id": "Location.telecom",
        "path": "Location.telecom",
        "mustSupport": true
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-address"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-provider",
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-healthcare-department"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Location",
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-location"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Location.hoursOfOperation",
        "path": "Location.hoursOfOperation",
        "mustSupport": true
      }
    ]
  }
}