Dissolve-E: AWMF Guideline Registry
0.2.0 - ci-build

Dissolve-E: AWMF Guideline Registry - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medical Society Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "MedicalSocietyExample",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.awmf.org/awmf.ig/StructureDefinition/medical-society"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\">Some Medical Society</div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-medical-subject-category",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-medical-subject-categories",
            "code" : "psychosocial",
            "display" : "Psychosocial Disciplines"
          }
        ]
      }
    },
    {
      "url" : "http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-medical-subject-category",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-medical-subject-categories",
            "code" : "surgical",
            "display" : "Surgical Disciplines"
          }
        ]
      }
    },
    {
      "url" : "http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-medical-subject",
      "valueCodeableConcept" : {
        "text" : "Anesthesiology and Intensive Care Medicine"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/organization-period",
      "valuePeriod" : {
        "start" : "2000-01-01",
        "end" : "2050-12-31"
      }
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-awmf",
          "code" : "medical-society"
        }
      ]
    }
  ],
  "name" : "Example Medical Society",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.example.org"
        }
      ]
    }
  ]
}