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

FHIR IG Statistics: CapabilityStatement/exampleMappedCapability

Packagemyig
Resource TypeCapabilityStatement
IdexampleMappedCapability
FHIR VersionR4
Sourcehttp://example.com/fhir/example/https://build.fhir.org/ig/hl7-be/fhir-capability-map/CapabilityStatement-exampleMappedCapability.html
URLhttp://example.com/fhir/example/CapabilityStatement/exampleMappedCapability
Version1.0.0
Statusdraft
Date2012-01-04
Realmuv
DescriptionSample capability statement of a capability implemented in a hospital
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CapabilityStatement exampleMappedCapability

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: xml, json
  • Supported Patch Formats:
  • Published on: 2012-01-04
  • Published by: My Organization

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "exampleMappedCapability",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "Org1",
      "identifier": [
        {
          "use": "official",
          "type": {
            "text": "Rusthuis"
          },
          "system": "http://www.belgianhealthinstitutions.be/",
          "value": "9000282434"
        }
      ],
      "active": true,
      "type": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "405608006",
              "display": "Academic Medical Center"
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/organization-type",
              "code": "prov"
            }
          ]
        }
      ],
      "name": "Groene rust huis 9000",
      "telecom": [
        {
          "system": "phone",
          "value": "+3293738738",
          "use": "work"
        }
      ],
      "address": [
        {
          "extension": [
            {
              "extension": [
                {
                  "url": "latitude",
                  "valueDecimal": 51.040355
                },
                {
                  "url": "longitude",
                  "valueDecimal": 3.7400413
                }
              ],
              "url": "http://hl7.org/fhir/StructureDefinition/geolocation"
            }
          ],
          "use": "work",
          "line": [
            "groene plats 230"
          ],
          "city": "Gent",
          "postalCode": "9000BE",
          "country": "BEL"
        }
      ],
      "contact": [
        {
          "telecom": [
            {
              "system": "phone",
              "value": "+3293738738",
              "use": "work"
            }
          ],
          "address": {
            "extension": [
              {
                "extension": [
                  {
                    "url": "latitude",
                    "valueDecimal": 51.040355
                  },
                  {
                    "url": "longitude",
                    "valueDecimal": 3.7400413
                  }
                ],
                "url": "http://hl7.org/fhir/StructureDefinition/geolocation"
              }
            ],
            "use": "work",
            "line": [
              "groene plats 230"
            ],
            "city": "Gent",
            "postalCode": "9000BE",
            "country": "BEL"
          }
        }
      ]
    }
  ],
  "url": "http://example.com/fhir/example/CapabilityStatement/exampleMappedCapability",
  "version": "1.0.0",
  "status": "draft",
  "experimental": true,
  "date": "2012-01-04",
  "publisher": "My Organization",
  "contact": [
    {
      "name": "My Organization",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.com/committees"
        },
        {
          "system": "email",
          "value": "my-group@example.com"
        }
      ]
    },
    {
      "name": "Bob Smith",
      "telecom": [
        {
          "system": "email",
          "value": "bobsmith@example.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Sample capability statement of a capability implemented in a hospital",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "kind": "instance",
  "software": {
    "name": "EHR"
  },
  "implementation": {
    "description": "Acme hospital",
    "url": "http://acem.com/fhir",
    "custodian": {
      "reference": "#Org1"
    }
  },
  "fhirVersion": "4.0.1",
  "format": [
    "xml",
    "json"
  ]
}