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

FHIR IG Statistics: SearchParameter/Endpoint-mime-type

Packagehl7.fhir.us.directory-query
TypeSearchParameter
IdEndpoint-mime-type
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/directory-query/https://build.fhir.org/ig/HL7/fhir-directory-query/SearchParameter-Endpoint-mime-type.html
URLhttps://hl7.org/fhir/us/directory-query/SearchParameter-endpoint-mime-type
Version1.0.0-ballot
Statusactive
Date2022-12-08T23:00:33+00:00
NameNatlDirEndpointQryMimetype
Realmus
Authorityhl7
DescriptionAccesses the mime-type of an Endpoint
Typetoken

Resources that use this resource

CapabilityStatement
directory-query-basic-endpointCapability Statement Basic Federated Endpoint Server
directory-query-health-or-human-services-endpointCapability Statement Health or Human Services Federated Endpoint Server
directory-query-human-services-endpointCapability Statement Human Services Federated Endpoint Server
directory-query-human-services-expandedCapability Statement Human Services Federated expanded Server
directory-query-provider-endpointCapability Statement Provider Federated Endpoint Server

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter

Resource SearchParameter "Endpoint-mime-type"

url: https://hl7.org/fhir/us/directory-query/SearchParameter-endpoint-mime-type

version: 1.0.0-ballot

name: NatlDirEndpointQryMimetype

status: active

date: 2022-12-08 23:00:33+0000

publisher: HL7 International - Patient Administration Work Group

contact: HL7 International - Patient Administration Work Group: http://hl7.org/Special/committees/pafm,pafm@lists.hl7.org

description: Accesses the mime-type of an Endpoint

jurisdiction: United States of America (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#US)

code: mime-type

base: Endpoint

type: token

expression: Endpoint.mime-type

multipleOr: true

multipleAnd: true


Source

{
  "resourceType": "SearchParameter",
  "id": "Endpoint-mime-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.org/fhir/us/directory-query/SearchParameter-endpoint-mime-type",
  "version": "1.0.0-ballot",
  "name": "NatlDirEndpointQryMimetype",
  "status": "active",
  "date": "2022-12-08T23:00:33+00:00",
  "publisher": "HL7 International - Patient Administration Work Group",
  "contact": [
    {
      "name": "HL7 International - Patient Administration Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Accesses the  mime-type of an Endpoint",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "mime-type",
  "base": [
    "Endpoint"
  ],
  "type": "token",
  "expression": "Endpoint.mime-type",
  "multipleOr": true,
  "multipleAnd": true
}