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

FHIR IG Statistics: StructureDefinition/MyPatient

Packageacme.fsh.ig.example
Resource TypeStructureDefinition
IdMyPatient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=acme.fsh.ig.example@0.0.1-demo&canonical=https://fake-acme.org/fhir/ACME-FSH-IG-Example/StructureDefinition/MyPatient
URLhttps://fake-acme.org/fhir/ACME-FSH-IG-Example/StructureDefinition/MyPatient
Version0.1.0
Statusactive
NameMyPatient
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ACME-base-patientACMEbasePatient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "MyPatient",
  "url": "https://fake-acme.org/fhir/ACME-FSH-IG-Example/StructureDefinition/MyPatient",
  "version": "0.1.0",
  "name": "MyPatient",
  "status": "active",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "argonaut-dq-dstu2",
      "uri": "http://unknown.org/Argonaut-DQ-DSTU2",
      "name": "Argonaut-DQ-DSTU2"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "max": "1"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}