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

FHIR IG Statistics: StructureDefinition/1

Packagech.fhir.BNW.ch-core
Resource TypeStructureDefinition
Id1
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ch.fhir.BNW.ch-core@1.0.0&canonical=https://example.org/fhir/StructureDefinition/MyPatient
URLhttps://example.org/fhir/StructureDefinition/MyPatient
Statusdraft
Date2023-08-04T08:04:37.0597943+00:00
NameMyPatient
Realmch
Authorityhl7
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "1",
  "url": "https://example.org/fhir/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "status": "draft",
  "date": "2023-08-04T08:04:37.0597943+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "max": "7"
      }
    ]
  }
}