FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/svccore-device

Packagephis.ig.dev
Resource TypeStructureDefinition
Idsvccore-device
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://phis.co.kr/fhir/StructureDefinition/StructureDefinition-svccore-device
URLhttp://phis.co.kr/fhir/StructureDefinition/StructureDefinition-svccore-device
Version0.0.1
Statusactive
Date2023-11-03T07:02:34.5600462+00:00
NameSvcCore_Device
TitleService Core Device Profile
Description2023. 10. Device의 대한 최소규격의 대하여 정의
TypeDevice
Kindresource

Resources that use this resource

StructureDefinition
StructureDefinition-svccore-documentreferenceService Core DocumentReference Profile

Resources that this resource uses

StructureDefinition
krcore-healthcare-organizationKR Core Healthcare Organization Profile
krcore-patientKR Core Patient Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "svccore-device",
  "url": "http://phis.co.kr/fhir/StructureDefinition/StructureDefinition-svccore-device",
  "version": "0.0.1",
  "name": "SvcCore_Device",
  "title": "Service Core Device Profile",
  "status": "active",
  "date": "2023-11-03T07:02:34.5600462+00:00",
  "description": "2023. 10. Device의 대한 최소규격의 대하여 정의",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "min": 1,
        "mustSupport": false
      },
      {
        "id": "Device.identifier.system",
        "path": "Device.identifier.system",
        "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\r\n\r\n연세의료원 주관 DTx 플랫폼 사업의 경우 https://connectdtx.net/phicode 을 고정값으로 활용.",
        "min": 1,
        "example": [
          {
            "label": "PHI_CODE 식별체계 식별자",
            "valueUri": "https://connectdtx.net/phicode"
          }
        ]
      },
      {
        "id": "Device.identifier.value",
        "path": "Device.identifier.value",
        "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.\r\n\r\n연세의료원 주관 DTx 플랫폼 사업의 경우 PHI_CODE 식별체계 식별자 활용",
        "min": 1
      },
      {
        "id": "Device.manufacturer",
        "path": "Device.manufacturer",
        "min": 1
      },
      {
        "id": "Device.deviceName",
        "path": "Device.deviceName",
        "min": 1
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "min": 1
      },
      {
        "id": "Device.type.coding",
        "path": "Device.type.coding",
        "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.\r\n\r\nPHI 에서 활용하는 프로젝트의 경우 http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type을 고정값으로 활용해야한다.",
        "min": 1
      },
      {
        "id": "Device.type.coding.system",
        "path": "Device.type.coding.system",
        "min": 1,
        "fixedUri": "http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type"
      },
      {
        "id": "Device.type.coding.code",
        "path": "Device.type.coding.code",
        "min": 1
      },
      {
        "id": "Device.version",
        "path": "Device.version",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Device.version.type",
        "path": "Device.version.type",
        "min": 1
      },
      {
        "id": "Device.patient",
        "path": "Device.patient",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient"
            ]
          }
        ]
      },
      {
        "id": "Device.owner",
        "path": "Device.owner",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization"
            ]
          }
        ]
      }
    ]
  }
}