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

FHIR IG Statistics: ValueSet/jdv-hl7-v3-ROIOverlayShape-cisis

Packageans.fr.terminologies
Resource TypeValueSet
Idjdv-hl7-v3-ROIOverlayShape-cisis
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/terminologies/https://interop.esante.gouv.fr/terminologies/1.1.0/ValueSet-jdv-hl7-v3-ROIOverlayShape-cisis.html
URLhttps://smt.esante.gouv.fr/fhir/ValueSet/jdv-hl7-v3-ROIOverlayShape-cisis
Version20250624152101
Statusactive
Date2025-06-24T15:21:01+01:00
NameROIOverlayShape
TitleROIOverlayShape
Realmfr
Authoritynational
DescriptionROIOverlayShape

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ActCodeActCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet jdv-hl7-v3-ROIOverlayShape-cisis

version: 4; Last updated: 2025-06-25 09:17:19+0000; Language: fr-FR

Profil: Shareable ValueSet

  • Include ces codes sont définis dans http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDéfinition
    CIRCLECercleA circle defined by two (column,row) pairs. The first point is the center of the circle and the second point is a point on the perimeter of the circle.
    ELLIPSEElipseAn ellipse defined by four (column,row) pairs, the first two points specifying the endpoints of the major axis and the second two points specifying the endpoints of the minor axis.
    POINTPointA single point denoted by a single (column,row) pair, or multiple points each denoted by a (column,row) pair.
    POLYMultiA series of connected line segments with ordered vertices denoted by (column,row) pairs; if the first and last vertices are the same, it is a closed polygon.

Source

{
  "resourceType": "ValueSet",
  "id": "jdv-hl7-v3-ROIOverlayShape-cisis",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2025-06-25T09:17:19.463+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "language": "fr-FR",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod": {
        "start": "2010-01-01T00:00:00+01:00"
      }
    }
  ],
  "url": "https://smt.esante.gouv.fr/fhir/ValueSet/jdv-hl7-v3-ROIOverlayShape-cisis",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.1.11.16117"
    }
  ],
  "version": "20250624152101",
  "name": "ROIOverlayShape",
  "title": "ROIOverlayShape",
  "status": "active",
  "experimental": false,
  "date": "2025-06-24T15:21:01+01:00",
  "publisher": "Agence du Numérique en Santé(ANS) -2 - 10 Rue d'Oradour-sur-Glane, 75015 Paris",
  "description": "ROIOverlayShape",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "CIRCLE",
            "display": "Cercle"
          },
          {
            "code": "ELLIPSE",
            "display": "Elipse"
          },
          {
            "code": "POINT",
            "display": "Point"
          },
          {
            "code": "POLY",
            "display": "Multi"
          }
        ]
      }
    ]
  }
}