FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageservicewell.fhir.se.frenda-wof-connect-flc
Resource TypeStructureDefinition
IdStructureDefinition-frenda-location.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/servicewell/servicewell.fhir.se.frenda-wof-connect-flc/StructureDefinition-frenda-location.html
URLhttps://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureDefinition/frenda-location
Version0.1.1
Statusdraft
Date2026-03-31T18:53:53+00:00
NameFrendaCostLocation
TitleFrenda Cost Location (Logical Model)
DescriptionLogical Model representing a cost location within a Frenda clinic.
Typehttps://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureDefinition/frenda-location
Kindlogical

Resources that use this resource

StructureDefinition
servicewell.fhir.se.frenda-wof-connect-flc#currentfrenda-clinicFrenda Clinic (Logical Model)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition frenda-location

NameFlagsCard.TypeDescription & Constraintsdoco
.. frenda-location 0..*BaseFrenda Cost Location (Logical Model)
... id 1..1stringUnique identifier for the cost location.
... name 1..1string
... number 1..1stringCost location number as defined in Frenda.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "frenda-location",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureDefinition/frenda-location",
  "version": "0.1.1",
  "name": "FrendaCostLocation",
  "title": "Frenda Cost Location (Logical Model)",
  "status": "draft",
  "date": "2026-03-31T18:53:53+00:00",
  "publisher": "Service Well AB",
  "contact": [
    {
      "name": "Service Well AB",
      "telecom": [
        {
          "system": "url",
          "value": "https://servicewell.se"
        }
      ]
    }
  ],
  "description": "Logical Model representing a cost location within a Frenda clinic.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://canonical.fhir.link/servicewell/fhir.se.frenda-wof-connect-flc/StructureDefinition/frenda-location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "frenda-location",
        "path": "frenda-location",
        "short": "Frenda Cost Location (Logical Model)",
        "definition": "Logical Model representing a cost location within a Frenda clinic.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "frenda-location.id",
        "path": "frenda-location.id",
        "short": "Unique identifier for the cost location.",
        "definition": "Unique identifier for the cost location.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "frenda-location.id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "frenda-location.name",
        "path": "frenda-location.name",
        "min": 1,
        "max": "1",
        "base": {
          "path": "frenda-location.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "frenda-location.number",
        "path": "frenda-location.number",
        "short": "Cost location number as defined in Frenda.",
        "definition": "Cost location number as defined in Frenda.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "frenda-location.number",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "frenda-location",
        "path": "frenda-location",
        "short": "Frenda Cost Location (Logical Model)",
        "definition": "Logical Model representing a cost location within a Frenda clinic."
      },
      {
        "id": "frenda-location.id",
        "path": "frenda-location.id",
        "short": "Unique identifier for the cost location.",
        "definition": "Unique identifier for the cost location.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "frenda-location.name",
        "path": "frenda-location.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "frenda-location.number",
        "path": "frenda-location.number",
        "short": "Cost location number as defined in Frenda.",
        "definition": "Cost location number as defined in Frenda.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}